Sign in
chromium
/
external
/
github.com
/
rust-lang
/
rust
/
daf5f5a4d10513ff42e79fa7ef8819b170f3a13d
/
.
/
src
/
test
/
compile-fail
/
keyword-super.rs
blob: 3c9c403e83d934375473cf5cd037617f011ba231 [
file
] [
log
] [
blame
]
fn
main
()
{
let
super
:
int
;
//~ ERROR found `super` in ident position
}