rust/src/test/ui/feature-gate-crate_in_paths.stderr

12 lines
406 B
Plaintext
Raw Normal View History

error[E0658]: `crate` in paths is experimental (see issue #45477)
--> $DIR/feature-gate-crate_in_paths.rs:14:15
|
2018-02-23 03:42:32 +03:00
LL | let _ = ::crate::S; //~ ERROR `crate` in paths is experimental
| ^^^^^
|
= help: add #![feature(crate_in_paths)] to the crate attributes to enable
error: aborting due to previous error
2018-03-03 15:59:40 +01:00
For more information about this error, try `rustc --explain E0658`.