parent
50481f5503
commit
4b9bc2e8f2
17 changed files with 268 additions and 80 deletions
|
@ -1045,7 +1045,7 @@ impl<'a> AstBuilder for ExtCtxt<'a> {
|
|||
fn view_use_list(&self, sp: Span, vis: ast::Visibility,
|
||||
path: Vec<ast::Ident> , imports: &[ast::Ident]) -> ast::ViewItem {
|
||||
let imports = imports.iter().map(|id| {
|
||||
respan(sp, ast::PathListIdent_ { name: *id, id: ast::DUMMY_NODE_ID })
|
||||
respan(sp, ast::PathListIdent { name: *id, id: ast::DUMMY_NODE_ID })
|
||||
}).collect();
|
||||
|
||||
self.view_use(sp, vis,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue