We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93e6d7d commit bba8ad7Copy full SHA for bba8ad7
src/cli/self_update.rs
@@ -65,7 +65,7 @@ pub const NEVER_SELF_UPDATE: bool = false;
65
// argument of format! needs to be a literal.
66
67
macro_rules! pre_install_msg_template {
68
- ($platform_msg: expr) => {
+ ($platform_msg:literal) => {
69
concat!(
70
r"
71
# Welcome to Rust!
0 commit comments