blob: 88d62011fc4e850aae2e918f00f064a5125e19e2 [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`.