mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-02 15:32:06 +00:00
9 lines
307 B
Plaintext
9 lines
307 B
Plaintext
error: ~const can only be applied to `#[const_trait]` traits
|
|
--> $DIR/normalize-tait-in-const.rs:25:42
|
|
|
|
|
LL | const fn with_positive<F: ~const for<'a> Fn(&'a Alias<'a>) + ~const Destruct>(fun: F) {
|
|
| ^^^^^^^^^^^^^^^^^
|
|
|
|
error: aborting due to previous error
|
|
|