diff options
| author | Vadim Petrochenkov <vadim.petrochenkov@gmail.com> | 2015-09-12 16:10:12 +0300 |
|---|---|---|
| committer | Vadim Petrochenkov <vadim.petrochenkov@gmail.com> | 2015-09-17 14:13:12 +0300 |
| commit | 50e42ea9f70361ccd71682070c01ea808891f0ce (patch) | |
| tree | 2cd554300fc90df2e2432f6384b86bb1b2f069da /src/libstd | |
| parent | d3fc6e1858f6882bc9bd14641420bf3c4f7ee86b (diff) | |
| download | rust-50e42ea9f70361ccd71682070c01ea808891f0ce.tar.gz rust-50e42ea9f70361ccd71682070c01ea808891f0ce.zip | |
Correctly walk import lists in AST visitors
Diffstat (limited to 'src/libstd')
| -rw-r--r-- | src/libstd/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libstd/lib.rs b/src/libstd/lib.rs index 774d13966bd..6eabf5d69a2 100644 --- a/src/libstd/lib.rs +++ b/src/libstd/lib.rs @@ -201,6 +201,7 @@ #![feature(alloc)] #![feature(allow_internal_unstable)] +#![feature(arc_weak)] #![feature(associated_consts)] #![feature(borrow_state)] #![feature(box_syntax)] |
