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
12 mod utils;
23pub
34 struct A ;
Original file line number Diff line number Diff line change 1+ // rustfmt-config: issue-3933.toml
12pub struct B ;
Original file line number Diff line number Diff line change 1+ // rustfmt-config: issue-3933.toml
12#[ cfg_attr( windows, path = "imp-a.rs" ) ]
23 #[ cfg_attr( not( windows) , path = "imp-b.rs" ) ]
34mod imp;
Original file line number Diff line number Diff line change 1+ // rustfmt-config: issue-3933.toml
12 pub fn fuga ( ) {
23
34
Original file line number Diff line number Diff line change 1+ // rustfmt-config: issue-3933.toml
12mod utils;
23pub struct A ;
Original file line number Diff line number Diff line change 1+ // rustfmt-config: issue-3933.toml
12pub struct B ;
Original file line number Diff line number Diff line change 1+ // rustfmt-config: issue-3933.toml
12#[ cfg_attr( windows, path = "imp-a.rs" ) ]
23#[ cfg_attr( not( windows) , path = "imp-b.rs" ) ]
34mod imp;
Original file line number Diff line number Diff line change 1+ // rustfmt-config: issue-3933.toml
12pub fn fuga ( ) { }
You can’t perform that action at this time.
0 commit comments