Skip to content

Commit 1f141dc

Browse files
committed
add a new change in change-tracker
Signed-off-by: onur-ozkan <[email protected]>
1 parent 4ba1487 commit 1f141dc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/bootstrap/src/utils/change_tracker.rs

+5
Original file line numberDiff line numberDiff line change
@@ -96,4 +96,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
9696
severity: ChangeSeverity::Info,
9797
summary: "Removed rust.run_dsymutil and dist.gpg_password_file config options, as they were unused.",
9898
},
99+
ChangeInfo {
100+
change_id: 119124,
101+
severity: ChangeSeverity::Warning,
102+
summary: "rust-analyzer-proc-macro-srv is no longer enabled by default. To build it, you must either enable it in the configuration or explicitly invoke it with x.py.",
103+
},
99104
];

0 commit comments

Comments
 (0)