blob: a0d8f95acd2a839313f73b39b3ed399f9f351b68 [file] [log] [blame]
error: `?const` is not permitted in supertraits
--> $DIR/in-trait-bounds.rs:5:10
|
LL | trait T: ?const Super {}
| ^^^^^^^^^^^^
error: aborting due to previous error