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