We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97281b6 commit 71f66e2Copy full SHA for 71f66e2
src/target/parser.rs
@@ -78,7 +78,7 @@ impl TargetInfoParserInner {
78
// TODO: Remove once MSRV is bumped to 1.91 and `rustc` removes these from `target_abi`.
79
if matches!(&*abi, "macabi" | "sim") {
80
debug_assert!(
81
- matches!(&*env, "" | "macbi" | "sim"),
+ matches!(&*env, "" | "macabi" | "sim"),
82
"env/abi mismatch: {:?}, {:?}",
83
env,
84
abi,
0 commit comments