Correctly walk import lists in AST visitors

This commit is contained in:
Vadim Petrochenkov
2015-09-12 16:10:12 +03:00
parent d3fc6e1858
commit 50e42ea9f7
15 changed files with 122 additions and 50 deletions

View File

@@ -100,7 +100,7 @@
#![cfg_attr(stage0, feature(alloc_system))]
#![cfg_attr(not(stage0), feature(needs_allocator))]
#![cfg_attr(test, feature(test, rustc_private))]
#![cfg_attr(test, feature(test, rustc_private, box_heap))]
#[cfg(stage0)]
extern crate alloc_system;