Files
rust/tests/ui/feature-gates/feature-gate-super-let.rs

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

5 lines
78 B
Rust
Raw Normal View History

fn main() {
super let a = 1;
//~^ ERROR `super let` is experimental
}