Sign in
android
/
toolchain
/
rustc
/
d720b3f2ba07cb42ff7b311589c99daefe3aaa22
/
.
/
tests
/
ui
/
resolve
/
issue-103202.rs
blob: 469d9d7c860cafff6b217253754a2462b2b5247d [
file
] [
log
] [
blame
]
struct
S
{}
impl
S
{
fn
f
(
self
:
&
S
::
x
)
{}
//~ ERROR ambiguous associated type
}
fn
main
()
{}