Skip to content

Commit 2fe933b

Browse files
committed
append CONFIG_CHANGE_HISTORY
1 parent 9cffadf commit 2fe933b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ const LLD_FILE_NAMES: &[&str] = &["ld.lld", "ld64.lld", "lld-link", "wasm-ld"];
7878
///
7979
/// If you make any major changes (such as adding new values or changing default values), please
8080
/// ensure that the associated PR ID is added to the end of this list.
81-
pub const CONFIG_CHANGE_HISTORY: &[usize] = &[116881];
81+
pub const CONFIG_CHANGE_HISTORY: &[usize] = &[115898, 116881];
8282

8383
/// Extra --check-cfg to add when building
8484
/// (Mode restriction, config name, config values (if any))

0 commit comments

Comments
 (0)