[breaking-change] don't glob import/export syntax::abi enum variants
This commit is contained in:
parent
47b0784ba8
commit
243a30c931
38 changed files with 189 additions and 189 deletions
|
@ -684,7 +684,7 @@ mod tests {
|
|||
use std::rc::Rc;
|
||||
use codemap::{Span, BytePos, Pos, Spanned, NO_EXPANSION};
|
||||
use ast::{self, TokenTree};
|
||||
use abi;
|
||||
use abi::Abi;
|
||||
use attr::{first_attr_value_str_by_name, AttrMetaMethods};
|
||||
use parse;
|
||||
use parse::parser::Parser;
|
||||
|
@ -955,7 +955,7 @@ mod tests {
|
|||
}),
|
||||
ast::Unsafety::Normal,
|
||||
ast::Constness::NotConst,
|
||||
abi::Rust,
|
||||
Abi::Rust,
|
||||
ast::Generics{ // no idea on either of these:
|
||||
lifetimes: Vec::new(),
|
||||
ty_params: P::empty(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue