Skip to content

Commit 94b9977

Browse files
committed
---
yaml --- r: 995 b: refs/heads/master c: a439f6e h: refs/heads/master i: 993: 5b5424a 991: f5211ad v: v3
1 parent 4367252 commit 94b9977

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-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: cdcab742a72583d6d59b32952df7c7320efd3bc3
2+
refs/heads/master: a439f6ec682edffcfdb269a1cc3ba950f3c0fb25

trunk/src/comp/middle/typeck.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -577,6 +577,7 @@ fn type_is_boxed(@ty t) -> bool {
577577
alt (t.struct) {
578578
case (ty_str) { ret true; }
579579
case (ty_vec(_)) { ret true; }
580+
case (ty_box(_)) { ret true; }
580581
case (_) { ret false; }
581582
}
582583
fail;

0 commit comments

Comments
 (0)