blob: ddd98ff40798a53f3864ec826aed0f1b82ffb866 [file] [log] [blame]
error[E0308]: mismatched types
--> $DIR/static-mut-bad-types.rs:5:13
|
LL | a = true;
| ^^^^ expected `isize`, found `bool`
error: aborting due to previous error
For more information about this error, try `rustc --explain E0308`.