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 01:01:03 -06:00
fn main() {
let super: isize; //~ ERROR failed to resolve: there are too many leading `super` keywords
2013-01-24 01:01:03 -06:00
}