blob: 807cd2f7a25a74a7318e0aed411b209aa4645ba0 [file] [log] [blame]
error[E0308]: mismatched types
--> $DIR/bad-const-type.rs:1:20
|
LL | static i: String = 10;
| ^^- help: try using a conversion method: `.to_string()`
| |
| expected `String`, found integer
error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0308`.