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