]> git.lizzy.rs Git - rust.git/blob - src/test/ui/keyword/keyword-super-as-identifier.rs
Rollup merge of #98301 - ortem:pretty-printers-nonzero, r=wesleywiser
[rust.git] / src / test / ui / keyword / keyword-super-as-identifier.rs
1 fn main() {
2     let super = 22; //~ ERROR failed to resolve: there are too many leading `super` keywords
3 }