Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
HEAD
/
.
/
tests
/
ui
/
cast
/
fat-ptr-cast-rpass.stderr
blob: b314f397c4f1e13e3b6741950eab8a3cbf83d344 [
file
] [
log
] [
blame
]
warning
:
method
`foo`
is
never used
-->
$DIR
/
fat
-
ptr
-
cast
-
rpass
.
rs
:
6
:
8
|
LL
|
trait
Foo
{
|
---
method
in
this
trait
LL
|
fn foo
(&
self
)
{}
|
^^^
|
=
note
:
`#[warn(dead_code)]`
(
part of
`#[warn(unused)]`
)
on
by
default
warning
:
1
warning emitted