mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-14 02:49:40 +00:00
Add and update test for #3515
This commit is contained in:
parent
1f61286293
commit
8d43ca297a
6
tests/source/issue-3515.rs
Normal file
6
tests/source/issue-3515.rs
Normal file
@ -0,0 +1,6 @@
|
||||
// rustfmt-reorder_imports: false
|
||||
|
||||
use std :: fmt :: { self , Display } ;
|
||||
use std :: collections :: HashMap ;
|
||||
|
||||
fn main() {}
|
6
tests/target/issue-3515.rs
Normal file
6
tests/target/issue-3515.rs
Normal file
@ -0,0 +1,6 @@
|
||||
// rustfmt-reorder_imports: false
|
||||
|
||||
use std::fmt::{self, Display};
|
||||
use std::collections::HashMap;
|
||||
|
||||
fn main() {}
|
@ -1,3 +1,3 @@
|
||||
// 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;
|
||||
|
Loading…
Reference in New Issue
Block a user