Skip to content

Commit 8ac271c

Browse files
committed
add new change info
Signed-off-by: onur-ozkan <[email protected]>
1 parent 80beaa7 commit 8ac271c

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
@@ -111,4 +111,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
111111
severity: ChangeSeverity::Warning,
112112
summary: "A new `optimized-compiler-builtins` option has been introduced. Whether to build llvm's `compiler-rt` from source is no longer implicitly controlled by git state. See the PR for more details.",
113113
},
114+
ChangeInfo {
115+
change_id: 119899,
116+
severity: ChangeSeverity::Info,
117+
summary: "Stage 0 std is now same as beta std rather than the compiled version from source (which is now stage 1). If you want to test/build std on stage 0, use `--build-std-on-stage0` flag (e.g., `x test --stage0 --build-std-on-stage0 alloc`).",
118+
},
114119
];

0 commit comments

Comments
 (0)