Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
super-at-top-level.rs
blob: e4d587bc9effa4088a371dcc3f617ebe20a102d4 [
file
] [
log
] [
blame
] [
edit
]
use
super
::
f
;
//~ ERROR there are too many leading `super` keywords
fn
main
()
{
}