Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
HEAD
/
.
/
tests
/
ui
/
resolve
/
auxiliary
/
foreign-trait-with-assoc.rs
blob: 952957ec480fbb14693a3973471133ca5329d33f [
file
] [
log
] [
blame
]
pub
trait
Foo
{
type
Bar
;
}