Sign in
android
/
platform
/
external
/
rust
/
crates
/
async-trait
/
35750088b01bb18daa30fc4ae7831a975cac6c5e
/
.
/
tests
/
ui
/
must-use.stderr
blob: 1b970554e59852809d8794fb149dccd8255363e4 [
file
] [
log
] [
blame
]
error
:
unused
return
value of
`Interface::f`
that must be used
-->
tests
/
ui
/
must
-
use
.
rs
:
18
:
5
|
18
|
Thing
.
f
();
|
^^^^^^^^^^
|
note
:
the lint level
is
defined
here
-->
tests
/
ui
/
must
-
use
.
rs
:
1
:
9
|
1
|
#![deny(unused_must_use)]
|
^^^^^^^^^^^^^^^