diff options
| author | Patrick Walton <[email protected]> | 2011-03-24 17:21:09 -0700 |
|---|---|---|
| committer | Patrick Walton <[email protected]> | 2011-03-24 17:22:07 -0700 |
| commit | af3d0d1848116f0e29dcaf8859d27fd4555f3444 (patch) | |
| tree | 18984d72de2f122692b820259e06504621c42842 /src/comp/front/ast.rs | |
| parent | Remove obsolete Makefiles. (diff) | |
| download | rust-af3d0d1848116f0e29dcaf8859d27fd4555f3444.tar.xz rust-af3d0d1848116f0e29dcaf8859d27fd4555f3444.zip | |
rustc: Open "use"d crates; add a _vec.vec_from_buf() method along the way; XFAIL use-import-export.rs in rustc
Diffstat (limited to 'src/comp/front/ast.rs')
| -rw-r--r-- | src/comp/front/ast.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/comp/front/ast.rs b/src/comp/front/ast.rs index d48792d1..349f887a 100644 --- a/src/comp/front/ast.rs +++ b/src/comp/front/ast.rs @@ -374,8 +374,7 @@ tag native_item_ { fn_decl, vec[ty_param], def_id, ann); } -// TODO: Actually store something here. -type external_crate_info = (); +type external_crate_info = rec(vec[u8] data); fn index_view_item(mod_index index, @view_item it) { alt (it.node) { |