When trying to compile on Debian I get the following error:
Compiling xidlehook v0.6.0 (file:///home/otis/Developer/xidlehook)
error[E0658]: `crate` in paths is experimental (see issue #45477)
--> src/x11api.rs:1:5
|
1 | use crate::MyError;
| ^^^^^
error: aborting due to previous error
For more information about this error, try `rustc --explain E0658`.
error: Could not compile `xidlehook`.
To learn more, run the command again with --verbose
When trying to compile on Debian I get the following error:
cargo
version: 1.28.0rustc
version: 1.28.0