Sign in
android
/
toolchain
/
rustc
/
d2dbbcd40813d506244f1255bc2c84088a0197e1
/
.
/
src
/
test
/
ui
/
keyword
/
keyword-self-as-identifier.rs
blob: 72e4f01e21edda641b4316b29bb19e76aa06c393 [
file
] [
log
] [
blame
]
fn
main
()
{
let
Self
=
22
;
//~ ERROR cannot find unit struct, unit variant or constant `Self` in this scope
}