File tree Expand file tree Collapse file tree 4 files changed +5
-1
lines changed Expand file tree Collapse file tree 4 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -476,6 +476,9 @@ mod test {
476
476
477
477
#[ test]
478
478
fn test_valid_license_template_path ( ) {
479
+ if !crate :: is_nightly_channel!( ) {
480
+ return ;
481
+ }
479
482
let toml = r#"license_template_path = "tests/license-template/lt.txt""# ;
480
483
let config = Config :: from_toml ( toml, Path :: new ( "" ) ) . unwrap ( ) ;
481
484
assert ! ( config. license_template. is_some( ) ) ;
Original file line number Diff line number Diff line change 1
- unstable_features = true
2
1
ignore = [
3
2
" tests/**/issue-3779/ice.rs"
4
3
]
Original file line number Diff line number Diff line change
1
+ // rustfmt-unstable: true
1
2
// rustfmt-config: issue-3779.toml
2
3
3
4
#[ path = "ice.rs" ]
Original file line number Diff line number Diff line change
1
+ // rustfmt-unstable: true
1
2
// rustfmt-config: issue-3779.toml
2
3
3
4
#[ path = "ice.rs" ]
You can’t perform that action at this time.
0 commit comments