Sign in
fuchsia
/
third_party
/
rust
/
e356279bdfe6840236877b298f0c577e0f9221ff
/
.
/
tests
/
ui
/
unpretty
/
bad-literal.stderr
blob: b6259484f67d57e60854d9d7d822c9948699eefc [
file
] [
log
] [
blame
]
error
:
invalid suffix
`u`
for
number literal
-->
$DIR
/
bad
-
literal
.
rs
:
6
:
5
|
LL
|
1u
;
|
^^
invalid suffix
`u`
|
=
help
:
the suffix must be one of the numeric types
(
`u32`
,
`isize`
,
`f32`
,
etc
.)
error
:
aborting due to
1
previous error