Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
HEAD
/
.
/
tests
/
ui
/
lint
/
future-incompat-test.stderr
blob: f24e1c7aba452ade536782b80080da9bc5304fb0 [
file
] [
log
] [
blame
]
Future
incompatibility report
:
Future
breakage diagnostic
:
warning
:
unused variable
:
`x`
-->
$DIR
/
future
-
incompat
-
test
.
rs
:
9
:
9
|
LL
|
let
x
=
1
;
|
^
help
:
if
this
is
intentional
,
prefix it
with
an underscore
:
`_x`