summaryrefslogtreecommitdiffstats
path: root/src/test/ui/parser/underscore-suffix-for-string.stderr
blob: 00c7657f17bd3801eece9293703845766967536a (plain)
1
2
3
4
5
6
7
8
9
10
11
warning: underscore literal suffix is not allowed
  --> $DIR/underscore-suffix-for-string.rs:4:18
   |
LL |     let _ = "Foo"_;
   |                  ^
   |
   = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
   = note: see issue #42326 <https://github.com/rust-lang/rust/issues/42326> for more information

warning: 1 warning emitted