We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 085a311 + dac660d commit dcab226Copy full SHA for dcab226
crates/rust-analyzer/src/reload.rs
@@ -110,7 +110,7 @@ impl GlobalState {
110
111
if self.proc_macro_changed {
112
status.health = lsp_ext::Health::Warning;
113
- message.push_str("Proc-macros have changed and need to be rebuild.\n\n");
+ message.push_str("Proc-macros have changed and need to be rebuilt.\n\n");
114
}
115
if let Err(_) = self.fetch_build_data_error() {
116
0 commit comments