mirror of
https://git.proxmox.com/git/rustc
synced 2025-05-08 20:58:21 +00:00
9 lines
287 B
Plaintext
9 lines
287 B
Plaintext
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 previous error
|
|
|