We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cd4639 commit 349325dCopy full SHA for 349325d
src/bootstrap/src/core/sanity.rs
@@ -38,7 +38,8 @@ pub struct Finder {
38
// Targets can be removed from this list once they are present in the stage0 compiler (usually by updating the beta compiler of the bootstrap).
39
#[cfg(not(feature = "bootstrap-self-test"))]
40
const STAGE0_MISSING_TARGETS: &[&str] = &[
41
- "aarch64-unknown-nto-qnx700", // just a dummy comment so the list doesn't get onelined
+ // just a dummy comment so the list doesn't get onelined
42
+ "aarch64-unknown-nto-qnx700",
43
];
44
45
/// Minimum version threshold for libstdc++ required when using prebuilt LLVM
0 commit comments