mirror of
https://github.com/rust-lang/rust
synced 2024-11-05 20:45:15 +00:00
8 lines
291 B
Text
8 lines
291 B
Text
error: `~const` can only be applied to `#[const_trait]` traits
|
|
--> $DIR/non-const-op-in-closure-in-const.rs:10:51
|
|
|
|
|
LL | impl<A, B> const Convert<B> for A where B: ~const From<A> {
|
|
| ^^^^^^^
|
|
|
|
error: aborting due to 1 previous error
|
|
|