Closed
Description
Using stable rust 1.5 it's the usual:
Compiling filetime v0.1.8
/home/odroid/.cargo-1.5/registry/src/github.com-48ad6e4054423464/filetime-0.1.8/src/lib.rs:222:19: 222:29 error: mismatched types:
expected `*const u8`,
found `*const i8`
(expected u8,
found i8) [E0308]
/home/odroid/.cargo-1.5/registry/src/github.com-48ad6e4054423464/filetime-0.1.8/src/lib.rs:222 if utimes(p.as_ptr(), times.as_ptr()) == 0 {
^~~~~~~~~~
/home/odroid/.cargo-1.5/registry/src/github.com-48ad6e4054423464/filetime-0.1.8/src/lib.rs:222:19: 222
Metadata
Metadata
Assignees
Labels
No labels