blob: d20f146df3f1a102fa36cbe168734f1cec616f91 [file] [log] [blame]
error: `~const` and `?` are mutually exclusive
--> $DIR/tilde-const-invalid-places.rs:4:25
|
LL | struct TildeQuestion<T: ~const ?Sized>(std::marker::PhantomData<T>);
| ^^^^^^^^^^^^^
error: aborting due to previous error