about summary refs log tree commit diff
path: root/src/test/ui/const-generics/issue-67945-3.min.stderr
blob: 5c30429c89581ecbe92ed24a15e64d4b446a3cd7 (plain)
1
2
3
4
5
6
7
8
error: generic `Self` types are currently not permitted in anonymous constants
  --> $DIR/issue-67945-3.rs:9:27
   |
LL |         let x: Option<Box<Self>> = None;
   |                           ^^^^

error: aborting due to previous error