We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
emerald
STAGE0_MISSING_TARGETS
1 parent cb19623 commit 3c3b905Copy full SHA for 3c3b905
src/bootstrap/src/core/sanity.rs
@@ -35,6 +35,7 @@ const STAGE0_MISSING_TARGETS: &[&str] = &[
35
// just a dummy comment so the list doesn't get onelined
36
"aarch64-apple-visionos",
37
"aarch64-apple-visionos-sim",
38
+ "x86_64-unknown-emerald",
39
];
40
41
impl Finder {
0 commit comments