Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
privacy
/
unreachable-issue-121455.rs
blob: 5da30d6ed63978dc1a30aab97fd408447430e3bc [
file
] [
log
] [
blame
] [
edit
]
fn
test
(
s
:
&
Self
::
Id
)
{
//~^ ERROR failed to resolve: `Self` is only available in impls, traits, and type definitions
match
&
s
[
0.
.
3
]
{}
}
fn
main
()
{}