You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
" - PR Link https://github.com/rust-lang/rust/pull/{}\n",
134
+
change.change_id
135
+
));
136
+
}
138
137
139
138
msg.push_str("NOTE: to silence this warning, ");
140
139
msg.push_str(&format!(
141
-
"update `config.toml` to use `change-id = {latest_config_id}` instead"
140
+
"update `config.toml` to use `change-id = {latest_change_id}` instead"
142
141
));
143
142
144
143
t!(fs::write(warned_id_path, id.to_string()));
145
144
}
146
145
}else{
147
146
msg.push_str("WARNING: The `change-id` is missing in the `config.toml`. This means that you will not be able to track the major changes made to the bootstrap configurations.\n");
148
147
msg.push_str("NOTE: to silence this warning, ");
149
-
msg.push_str(&format!("add `change-id = {latest_config_id}` at the top of `config.toml`"));
148
+
msg.push_str(&format!("add `change-id = {latest_change_id}` at the top of `config.toml`"));
0 commit comments