diff options
| author | Patrick Walton <[email protected]> | 2011-04-22 12:27:28 -0700 |
|---|---|---|
| committer | Patrick Walton <[email protected]> | 2011-04-22 12:27:52 -0700 |
| commit | c7473c8260cbe6892eeed82f275bf09a73895e0e (patch) | |
| tree | 7575249a63b6467a6dde53f89e7a19720136bfee /src/comp/util/common.rs | |
| parent | Use -c in the Makefiles. (diff) | |
| download | rust-c7473c8260cbe6892eeed82f275bf09a73895e0e.tar.xz rust-c7473c8260cbe6892eeed82f275bf09a73895e0e.zip | |
rustc: Switch @ty.t to ty.t so that we can change it to a uint
Diffstat (limited to 'src/comp/util/common.rs')
| -rw-r--r-- | src/comp/util/common.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/comp/util/common.rs b/src/comp/util/common.rs index afec418c..0d0ca05d 100644 --- a/src/comp/util/common.rs +++ b/src/comp/util/common.rs @@ -112,7 +112,7 @@ fn field_exprs(vec[ast.field] fields) -> vec [@ast.expr] { fn plain_ann(@middle.ty.type_store tystore) -> ast.ann { ret ast.ann_type(middle.ty.mk_nil(tystore), - none[vec[@middle.ty.t]], none[@ts_ann]); + none[vec[middle.ty.t]], none[@ts_ann]); } fn log_expr(&ast.expr e) -> () { |