]> git.proxmox.com Git - rustc.git/blame - src/test/ui/keyword/keyword-super.stderr
New upstream version 1.35.0+dfsg1
[rustc.git] / src / test / ui / keyword / keyword-super.stderr
CommitLineData
13cf67c4 1error[E0433]: failed to resolve: there are too many initial `super`s.
0731742a 2 --> $DIR/keyword-super.rs:2:9
b7449926 3 |
532ac7d7 4LL | let super: isize;
13cf67c4 5 | ^^^^^ there are too many initial `super`s.
b7449926
XL
6
7error: aborting due to previous error
8
9For more information about this error, try `rustc --explain E0433`.