Closed
Description
Using rustc 1.0.0-nightly (ea6f65c5f 2015-01-06 19:47:08 +0000)
, it fails to build:
skyler at skyler-0345 in ~/src/rust/inotify-rs (master)
$ cargo build
Compiling inotify v0.1.1 (file:///Users/skyler/src/rust/inotify-rs)
/Users/skyler/src/rust/inotify-rs/src/wrapper.rs:20:2: 20:9 error: unresolved import `std::c_str::CString`. Could not find `c_str` in `std`
/Users/skyler/src/rust/inotify-rs/src/wrapper.rs:20 CString,
^~~~~~~
/Users/skyler/src/rust/inotify-rs/src/wrapper.rs:21:2: 21:8 error: unresolved import `std::c_str::ToCStr`. Could not find `c_str` in `std`
/Users/skyler/src/rust/inotify-rs/src/wrapper.rs:21 ToCStr,
^~~~~~
error: aborting due to 2 previous errors
Could not compile `inotify`.
To learn more, run the command again with --verbose.
Metadata
Metadata
Assignees
Labels
No labels