mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-14 02:49:40 +00:00
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
|
|
|