mirror of
https://github.com/rust-lang/rust.git
synced 2025-06-05 03:38:29 +00:00
9 lines
233 B
Plaintext
9 lines
233 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 previous error
|
||
|
|