Do you have a plan to adding string constans? Or are you proposing some other way for creating string constants?
string_const.rs:3:18: 3:24 error: string constants are not supported
string_const.rs:3 const NAME: str = "sting";
^~~~~~
error: aborting due to previous errors
_______________________________________________ Rust-dev mailing list [email protected] https://mail.mozilla.org/listinfo/rust-dev
