summary refs log tree commit diff
path: root/src/test/ui/feature-gate-crate_in_paths.stderr
blob: 1d0eed5319874ac938b1f88b270d91034bca8bd5 (plain)
1
2
3
4
5
6
7
8
9
10
11
error[E0658]: `crate` in paths is experimental (see issue #45477)
  --> $DIR/feature-gate-crate_in_paths.rs:14:15
   |
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

For more information about this error, try `rustc --explain E0658`.