]> git.proxmox.com Git - rustc.git/blame - src/test/ui/static/static-mut-bad-types.stderr
New upstream version 1.41.1+dfsg1
[rustc.git] / src / test / ui / static / static-mut-bad-types.stderr
CommitLineData
8faf50e0 1error[E0308]: mismatched types
0731742a 2 --> $DIR/static-mut-bad-types.rs:5:13
8faf50e0 3 |
532ac7d7 4LL | a = true;
60c5eb7d 5 | ^^^^ expected `isize`, found `bool`
8faf50e0
XL
6
7error: aborting due to previous error
8
9For more information about this error, try `rustc --explain E0308`.