Skip to content

Commit 1bf1227

Browse files
committed
fixup! rustc_target: introduce Abi
1 parent bc692c3 commit 1bf1227

File tree

1 file changed

+1
-1
lines changed
  • compiler/rustc_target/src/spec

1 file changed

+1
-1
lines changed

compiler/rustc_target/src/spec/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2077,7 +2077,7 @@ crate::target_spec_enum! {
20772077
X32 = "x32",
20782078
Unspecified = "",
20792079
}
2080-
other_variant = Unknown;
2080+
other_variant = Other;
20812081
}
20822082

20832083
impl Abi {

0 commit comments

Comments
 (0)