rust/tests/ui/keyword/keyword-super.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
109 B
Rust
Raw Normal View History

2013-01-24 07:01:03 +00:00
fn main() {
let super: isize; //~ ERROR failed to resolve: there are too many leading `super` keywords
2013-01-24 07:01:03 +00:00
}