Skip to content

Commit cbe0d2d

Browse files
committed
---
yaml --- r: 13144 b: refs/heads/master c: 4b7e40d h: refs/heads/master v: v3
1 parent 2e6c98f commit cbe0d2d

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: b16bdd9ed097ea91a71f3bbffbad4c5e7d57722e
2+
refs/heads/master: 4b7e40d817c7ac58bdd8f2541adb2b85beb66b95
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
55
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf

trunk/src/rustc/middle/trans/base.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -571,9 +571,7 @@ fn make_generic_glue_inner(ccx: @crate_ctxt, t: ty::t,
571571
// the caller has no idea if it's dealing with something that can be
572572
// passed by value.
573573

574-
#error("%?", ty::get(t));
575574
let llty = T_ptr(type_of(ccx, t));
576-
#error("%?", ty_str(ccx.tn, llty));
577575

578576
let bcx = top_scope_block(fcx, none);
579577
let lltop = bcx.llbb;

0 commit comments

Comments
 (0)