Skip to content

Commit eaa0182

Browse files
committed
---
yaml --- r: 10367 b: refs/heads/snap-stage3 c: 6b2cfe7 h: refs/heads/master i: 10365: 84139c6 10363: 2c3c4c9 10359: 2cbe1ea 10351: 544a8b5 10335: 92498a5 10303: 46b9842 10239: 4ad2d85 v: v3
1 parent 15e89fc commit eaa0182

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
refs/heads/master: 2898dcc5d97da9427ac367542382b6239d9c0bbf
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: d68c5cc399a9ba4305face637843a3c03acd404b
4+
refs/heads/snap-stage3: 6b2cfe793b26a15abfc10641b1f301eee4763339
55
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105

branches/snap-stage3/src/rustc/middle/trans/type_use.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ import syntax::ast::*, syntax::ast_util, syntax::visit;
2626
import syntax::ast_map;
2727
import common::*;
2828

29-
// FIXME distinguish between size/alignment and take/drop dependencies
3029
type type_uses = uint; // Bitmask
3130
const use_repr: uint = 1u; // Dependency on size/alignment and take/drop glue
3231
const use_tydesc: uint = 2u; // Takes the tydesc, or compares

0 commit comments

Comments
 (0)