Sign in
android
/
toolchain
/
rustc
/
fc8a4ff31fec5a822fe5eb0da3a6f87866072960
/
.
/
src
/
test
/
ui
/
parser
/
underscore-suffix-for-float.rs
blob: c9b7eced0b2a069b2479dd040a1d9fdd22bbd881 [
file
] [
log
] [
blame
]
fn
main
()
{
let
a
=
42.
_
;
//~ ERROR expected identifier, found reserved identifier `_`
//~| ERROR `{integer}` is a primitive type and therefore doesn't have fields
}