summary refs log tree commit diff
path: root/src/test/ui/feature-gate-raw-identifiers.stderr
blob: 02eff7247c47bf6f1e705f11ae9d0855cb451987 (plain)
1
2
3
4
5
6
7
8
9
10
11
error[E0658]: raw identifiers are experimental and subject to change (see issue #48589)
  --> $DIR/feature-gate-raw-identifiers.rs:12:9
   |
LL |     let r#foo = 3; //~ ERROR raw identifiers are experimental and subject to change
   |         ^^^^^
   |
   = help: add #![feature(raw_identifiers)] to the crate attributes to enable

error: aborting due to previous error

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