41e8d152dc
Co-authored-by: Adrian <adrian.iosdev@gmail.com>
9 lines
309 B
Plaintext
9 lines
309 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 1 previous error
|
|
|