Sign in
android
/
toolchain
/
rustc
/
d59a28787b7ba06edbd1e4528a42b66d67dc6a19
/
.
/
src
/
test
/
ui
/
error-codes
/
E0223.rs
blob: 6031b682d72a035c0310670fc662ede4bcd1fc88 [
file
] [
log
] [
blame
]
trait
MyTrait
{
type
X
;
}
fn
main
()
{
let
foo
:
MyTrait
::
X
;
//~^ ERROR ambiguous associated type
}