2023-11-11 15:01:58 +01:00
|
|
|
error: `~const` is not allowed here
|
|
|
|
|
--> $DIR/const-drop.rs:67:38
|
2023-07-27 15:51:02 +00:00
|
|
|
|
|
2023-11-11 15:01:58 +01:00
|
|
|
LL | pub struct ConstDropWithBound<T: ~const SomeTrait>(pub core::marker::PhantomData<T>);
|
2023-11-24 14:32:05 +00:00
|
|
|
| ^^^^^^
|
2023-07-27 15:51:02 +00:00
|
|
|
|
|
2023-11-11 15:01:58 +01:00
|
|
|
= note: this item cannot have `~const` trait bounds
|
2023-07-27 15:51:02 +00:00
|
|
|
|
2023-11-21 15:44:16 +00:00
|
|
|
error: aborting due to 1 previous error
|
2023-07-27 15:51:02 +00:00
|
|
|
|