8 lines
233 B
Text
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
|
|
|