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