Skip to content

Commit 349325d

Browse files
committed
Update sanity.rs
1 parent 7cd4639 commit 349325d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/bootstrap/src/core/sanity.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ pub struct Finder {
3838
// Targets can be removed from this list once they are present in the stage0 compiler (usually by updating the beta compiler of the bootstrap).
3939
#[cfg(not(feature = "bootstrap-self-test"))]
4040
const STAGE0_MISSING_TARGETS: &[&str] = &[
41-
"aarch64-unknown-nto-qnx700", // just a dummy comment so the list doesn't get onelined
41+
// just a dummy comment so the list doesn't get onelined
42+
"aarch64-unknown-nto-qnx700",
4243
];
4344

4445
/// Minimum version threshold for libstdc++ required when using prebuilt LLVM

0 commit comments

Comments
 (0)