Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
issues
/
issue-78622.rs
blob: c00fd2660636799e23143529708f1b277cf2c539 [
file
] [
log
] [
blame
] [
edit
]
#![
crate_type
=
"lib"
]
struct
S
;
fn
f
()
{
S
::
A
::<
f
>
{}
//~^ ERROR ambiguous associated type
}