blob: 80d0d1bc83b616fac3eeab6210d817f7c3136429 [file] [log] [blame]
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: for more information, see issue #42326 <https://github.com/rust-lang/rust/issues/42326>