File tree Expand file tree Collapse file tree 5 files changed +9
-1
lines changed
test/run-pass/rfc-2151-raw-identifiers Expand file tree Collapse file tree 5 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 88// option. This file may not be copied, modified, or distributed
99// except according to those terms.
1010
11+ // ignore-pretty
12+
1113#![ feature( raw_identifiers) ]
1214
1315use std:: mem;
Original file line number Diff line number Diff line change 88// option. This file may not be copied, modified, or distributed
99// except according to those terms.
1010
11+ // ignore-pretty
12+
1113#![ feature( raw_identifiers) ]
1214
1315fn r#fn ( r#match : u32 ) -> u32 {
Original file line number Diff line number Diff line change 88// option. This file may not be copied, modified, or distributed
99// except according to those terms.
1010
11+ // ignore-pretty
12+
1113#![ feature( raw_identifiers) ]
1214
1315#[ derive( Debug , PartialEq , Eq ) ]
Original file line number Diff line number Diff line change 88// option. This file may not be copied, modified, or distributed
99// except according to those terms.
1010
11+ // ignore-pretty
12+
1113#![ feature( decl_macro) ]
1214#![ feature( raw_identifiers) ]
1315
Original file line number Diff line number Diff line change @@ -2426,7 +2426,7 @@ impl<'test> TestCx<'test> {
24262426 // compiler flags set in the test cases:
24272427 cmd. env_remove ( "RUSTFLAGS" ) ;
24282428
2429- if self . config . target . contains ( "msvc" ) {
2429+ if self . config . target . contains ( "msvc" ) && self . config . cc != "" {
24302430 // We need to pass a path to `lib.exe`, so assume that `cc` is `cl.exe`
24312431 // and that `lib.exe` lives next to it.
24322432 let lib = Path :: new ( & self . config . cc ) . parent ( ) . unwrap ( ) . join ( "lib.exe" ) ;
You can’t perform that action at this time.
0 commit comments