Add and update test for #3515

This commit is contained in:
topecongiro 2019-04-23 08:50:44 +09:00
parent 1f61286293
commit 8d43ca297a
3 changed files with 13 additions and 1 deletions

View file

@ -0,0 +1,6 @@
// rustfmt-reorder_imports: false
use std :: fmt :: { self , Display } ;
use std :: collections :: HashMap ;
fn main() {}

View file

@ -0,0 +1,6 @@
// rustfmt-reorder_imports: false
use std::fmt::{self, Display};
use std::collections::HashMap;
fn main() {}

View file

@ -1,3 +1,3 @@
// rustfmt-reorder_imports: false // rustfmt-reorder_imports: false
pub use self :: super :: super :: super :: root::mozilla::detail::StringClassFlags as nsTStringRepr_ClassFlags ; pub use self::super::super::super::root::mozilla::detail::StringClassFlags as nsTStringRepr_ClassFlags;