File tree Expand file tree Collapse file tree 9 files changed +14
-0
lines changed Expand file tree Collapse file tree 9 files changed +14
-0
lines changed Original file line number Diff line number Diff line change
1
+ ignore = [
2
+ " tests/**/issue-3933/imp-a.rs" ,
3
+ " tests/**/issue-3933/imp-b.rs" ,
4
+ " tests/**/issue-3933/utils.rs"
5
+ ]
6
+ recursive = true
Original file line number Diff line number Diff line change
1
+ // rustfmt-config: issue-3933.toml
1
2
mod utils;
2
3
pub
3
4
struct A ;
Original file line number Diff line number Diff line change
1
+ // rustfmt-config: issue-3933.toml
1
2
pub struct B ;
Original file line number Diff line number Diff line change
1
+ // rustfmt-config: issue-3933.toml
1
2
#[ cfg_attr( windows, path = "imp-a.rs" ) ]
2
3
#[ cfg_attr( not( windows) , path = "imp-b.rs" ) ]
3
4
mod imp;
Original file line number Diff line number Diff line change
1
+ // rustfmt-config: issue-3933.toml
1
2
pub fn fuga ( ) {
2
3
3
4
Original file line number Diff line number Diff line change
1
+ // rustfmt-config: issue-3933.toml
1
2
mod utils;
2
3
pub struct A ;
Original file line number Diff line number Diff line change
1
+ // rustfmt-config: issue-3933.toml
1
2
pub struct B ;
Original file line number Diff line number Diff line change
1
+ // rustfmt-config: issue-3933.toml
1
2
#[ cfg_attr( windows, path = "imp-a.rs" ) ]
2
3
#[ cfg_attr( not( windows) , path = "imp-b.rs" ) ]
3
4
mod imp;
Original file line number Diff line number Diff line change
1
+ // rustfmt-config: issue-3933.toml
1
2
pub fn fuga ( ) { }
You can’t perform that action at this time.
0 commit comments