summaryrefslogtreecommitdiffstats
path: root/tests/ui/const-generics/issues/issue-67945-2.min.stderr
blob: 62fbed71aef54dc9c3c168d7a11d0a502eddd379 (plain)
1
2
3
4
5
6
7
8
error: generic `Self` types are currently not permitted in anonymous constants
  --> $DIR/issue-67945-2.rs:9:27
   |
LL |         let x: Option<Box<Self>> = None;
   |                           ^^^^

error: aborting due to 1 previous error