Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
keyword
/
keyword-super-as-identifier.rs
blob: 02c1b27b08a966fc15e870b128d86e5ad8e4a1d5 [
file
] [
log
] [
blame
] [
edit
]
fn
main
()
{
let
super
=
22
;
//~ ERROR failed to resolve: there are too many leading `super` keywords
}