Skip to content

Commit 9c8a34b

Browse files
committed
---
yaml --- r: 2386 b: refs/heads/master c: 9a1f097 h: refs/heads/master v: v3
1 parent a8f6bfb commit 9c8a34b

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 2131f2bb6bf654fcbf58a66b815f49cffeefe229
2+
refs/heads/master: 9a1f0977a227a14fa521f8e0efe5edcbf81eb597

trunk/src/comp/middle/ty.rs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1228,6 +1228,12 @@ fn equal_type_structures(&sty a, &sty b) -> bool {
12281228
case (_) { ret false; }
12291229
}
12301230
}
1231+
case (ast.native_abi_rust_intrinsic) {
1232+
alt (b) {
1233+
case (ast.native_abi_rust_intrinsic) { ret true; }
1234+
case (_) { ret false; }
1235+
}
1236+
}
12311237
case (ast.native_abi_cdecl) {
12321238
alt (b) {
12331239
case (ast.native_abi_cdecl) { ret true; }

0 commit comments

Comments
 (0)