Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
rust-2018
/
auxiliary
/
trait-import-suggestions.rs
blob: d356f3294626fee199c98210a0be9a21aae0e1e4 [
file
] [
log
] [
blame
] [
edit
]
pub
trait
Baz
{
fn
baz
(&
self
)
{
}
}
impl
Baz
for
u32
{
}