rust/tests/ui/trait-bounds/negative-bound-not-supported-58857.stderr
2025-09-12 14:45:12 -04:00

8 lines
187 B
Text

error: negative bounds are not supported
--> $DIR/negative-bound-not-supported-58857.rs:5:9
|
LL | impl<A: !Valid> Conj<A>{}
| ^
error: aborting due to 1 previous error