41e8d152dc
Co-authored-by: Adrian <adrian.iosdev@gmail.com>
9 lines
235 B
Plaintext
9 lines
235 B
Plaintext
error: `~const` and `?` are mutually exclusive
|
|
--> $DIR/tilde-const-maybe-trait.rs:3:28
|
|
|
|
|
LL | const fn tilde_question<T: ~const ?Sized>() {}
|
|
| ^^^^^^^^^^^^^
|
|
|
|
error: aborting due to 1 previous error
|
|
|