Skip to content

Commit 1c02e2b

Browse files
fix incorrect value
1 parent 04d9b08 commit 1c02e2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: compiler/rustc_target/src/spec/targets/aarch64_apple_darwin.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ pub fn target() -> Target {
1717
llvm_target: macos_llvm_target(arch).into(),
1818
metadata: crate::spec::TargetMetadata {
1919
description: Some("ARM64 macOS (11.0+, Big Sur+)".into()),
20-
tier: Some(2),
20+
tier: Some(1),
2121
host_tools: Some(true),
2222
std: Some(true),
2323
},

0 commit comments

Comments
 (0)