rust/tests/ui/const-generics/associated-const-bindings/wf-mismatch-2.stderr
2026-02-10 06:28:03 +01:00

8 lines
233 B
Text

error: the constant `N` is not of type `bool`
--> $DIR/wf-mismatch-2.rs:10:12
|
LL | let _: dyn Trait<CT = { N }>;
| ^^^^^^^^^^^^^^^^^^^^^ expected `bool`, found `i32`
error: aborting due to 1 previous error