mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 09:13:07 +03:00
7b7ddfa55d
Ie: | let s = format!(r#""hello""#); | ^^^^^^^^^^^^^^^^^^^^^ help: consider using `.to_string()`: `r#""hello""#.to_string()`