]> git.lizzy.rs Git - rust.git/blob - src/test/ui/super-at-top-level.rs
Merge commit '7b73b60faca71d01d900e49831fcb84553e93019' into sync-rustfmt
[rust.git] / src / test / ui / super-at-top-level.rs
1 use super::f; //~ ERROR there are too many leading `super` keywords
2
3 fn main() {
4 }