We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cffadf commit 2fe933bCopy full SHA for 2fe933b
src/bootstrap/src/lib.rs
@@ -78,7 +78,7 @@ const LLD_FILE_NAMES: &[&str] = &["ld.lld", "ld64.lld", "lld-link", "wasm-ld"];
78
///
79
/// If you make any major changes (such as adding new values or changing default values), please
80
/// ensure that the associated PR ID is added to the end of this list.
81
-pub const CONFIG_CHANGE_HISTORY: &[usize] = &[116881];
+pub const CONFIG_CHANGE_HISTORY: &[usize] = &[115898, 116881];
82
83
/// Extra --check-cfg to add when building
84
/// (Mode restriction, config name, config values (if any))
0 commit comments