Sign in
rust
/
rust-lang
/
rust
/
refs/heads/perf-tmp
/
.
/
tests
/
ui
/
keyword
/
keyword-self-as-identifier.rs
blob: 72e4f01e21edda641b4316b29bb19e76aa06c393 [
file
] [
log
] [
blame
] [
edit
]
fn
main
()
{
let
Self
=
22
;
//~ ERROR cannot find unit struct, unit variant or constant `Self` in this scope
}