]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/underscore-suffix-for-string.stderr
Add 'compiler/rustc_codegen_cranelift/' from commit '793d26047f994e23415f8f6bb5686ff2...
[rust.git] / src / test / ui / parser / underscore-suffix-for-string.stderr
1 warning: underscore literal suffix is not allowed
2   --> $DIR/underscore-suffix-for-string.rs:4:18
3    |
4 LL |     let _ = "Foo"_;
5    |                  ^
6    |
7    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
8    = note: see issue #42326 <https://github.com/rust-lang/rust/issues/42326> for more information
9
10 warning: 1 warning emitted
11