index
:
rustc
debian
progress-linux
upstream
debian 12 backports: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
ui
/
rust-2018
/
auxiliary
/
trait-import-suggestions.rs
blob: d356f3294626fee199c98210a0be9a21aae0e1e4 (
plain
)
1
2
3
4
5
pub
trait
Baz
{
fn
baz
(
&
self
)
{
}
}
impl
Baz
for
u32
{
}