Sign in
rust
/
rust-lang
/
rust
/
refs/heads/beta
/
.
/
tests
/
ui
/
privacy
/
unreachable-issue-121455.rs
blob: 5da30d6ed63978dc1a30aab97fd408447430e3bc [
file
] [
log
] [
blame
]
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
()
{}