Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
issues
/
issue-15858.stderr
blob: 0c082cc0862181d40fa565ea14cbb194a2efc18c [
file
] [
log
] [
blame
] [
edit
]
warning
:
method
`do_something`
is
never used
-->
$DIR
/
issue
-
15858.rs
:
7
:
8
|
LL
|
trait
Bar
{
|
---
method
in
this
trait
LL
|
fn do_something
(&
mut
self
);
|
^^^^^^^^^^^^
|
=
note
:
`#[warn(dead_code)]`
on
by
default
warning
:
1
warning emitted