Sign in
rust
/
rust
/
8eb7c58dbb7b32701af113bc58722d0d1fefb1eb
/
.
/
src
/
test
/
ui
/
parser
/
underscore-suffix-for-string.rs
blob: dd0599b4ab3631058ba7a0771f05cbc138e85f3b [
file
]
// build-pass (FIXME(62277): could be check-pass?)
fn
main
()
{
let
_
=
"Foo"
_
;
//~^ WARNING underscore literal suffix is not allowed
//~| WARNING this was previously accepted
//~| NOTE issue #42326
}