diff options
| author | onur-ozkan <work@onurozkan.dev> | 2023-12-21 16:08:14 +0300 |
|---|---|---|
| committer | onur-ozkan <work@onurozkan.dev> | 2023-12-21 16:08:14 +0300 |
| commit | 1f141dc0b8635f17ce31d72e3328ad2b0dd6b084 (patch) | |
| tree | 0cc721d542761d61074d8ef2d7814692ae94f420 | |
| parent | 4ba1487e157c3d67ccac4e75b4a335494cbb3b3a (diff) | |
| download | rust-1f141dc0b8635f17ce31d72e3328ad2b0dd6b084.tar.gz rust-1f141dc0b8635f17ce31d72e3328ad2b0dd6b084.zip | |
add a new change in change-tracker
Signed-off-by: onur-ozkan <work@onurozkan.dev>
| -rw-r--r-- | src/bootstrap/src/utils/change_tracker.rs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/bootstrap/src/utils/change_tracker.rs b/src/bootstrap/src/utils/change_tracker.rs index 8b53a61542e..1eadc036b5e 100644 --- a/src/bootstrap/src/utils/change_tracker.rs +++ b/src/bootstrap/src/utils/change_tracker.rs @@ -96,4 +96,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[ severity: ChangeSeverity::Info, summary: "Removed rust.run_dsymutil and dist.gpg_password_file config options, as they were unused.", }, + ChangeInfo { + change_id: 119124, + severity: ChangeSeverity::Warning, + 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.", + }, ]; |
