mirror of
https://git.proxmox.com/git/rustc
synced 2025-05-08 13:35:48 +00:00
9 lines
261 B
Plaintext
9 lines
261 B
Plaintext
error: ~const can only be applied to `#[const_trait]` traits
|
|
--> $DIR/call-generic-method-pass.rs:18:32
|
|
|
|
|
LL | const fn equals_self<T: ~const PartialEq>(t: &T) -> bool {
|
|
| ^^^^^^^^^
|
|
|
|
error: aborting due to previous error
|
|
|