granite-rust/tests/ui/traits/const-traits/impl-tilde-const-trait.stderr
Michael Goulet e91267f3f0 Move tests
2024-10-22 00:03:09 +00:00

8 lines
171 B
Text

error: expected a trait, found type
--> $DIR/impl-tilde-const-trait.rs:6:6
|
LL | impl ~const T for S {}
| ^^^^^^^^
error: aborting due to 1 previous error