File tree Expand file tree Collapse file tree 13 files changed +23
-2
lines changed Expand file tree Collapse file tree 13 files changed +23
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ refs/tags/release-0.3: b5f0d0f648d9a6153664837026ba1be43d3e2503
8
8
refs/tags/release-0.3.1: 495bae036dfe5ec6ceafd3312b4dca48741e845b
9
9
refs/tags/release-0.4: e828ea2080499553b97dfe33b3f4d472b4562ad7
10
10
refs/tags/release-0.5: 7e3bcfbf21278251ee936ad53e92e9b719702d73
11
- refs/heads/auto: c8f32769b80ca33c4c93f9083202cc2078e806b1
11
+ refs/heads/auto: f0ea2b66f366bd2a4f9442c92552762a355a04c4
12
12
refs/tags/release-0.6: b4ebcfa1812664df5e142f0134a5faea3918544c
13
13
refs/tags/0.1: b19db808c2793fe2976759b85a355c3ad8c8b336
14
14
refs/tags/0.2: 1754d02027f2924bed83b0160ee340c7f41d5ea1
Original file line number Diff line number Diff line change @@ -315,7 +315,6 @@ actual:\n\
315
315
// FIXME (#9639): This needs to handle non-utf8 paths
316
316
let mut args = vec ! ( "-" . to_string( ) ,
317
317
"-Zno-trans" . to_string( ) ,
318
- "--crate-type=lib" . to_string( ) ,
319
318
format!( "--target={}" , target) ,
320
319
"-L" . to_string( ) ,
321
320
config. build_base. to_str( ) . unwrap( ) . to_string( ) ,
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
+ // compile-flags: --crate-type=lib
12
+
11
13
// pp-exact
12
14
fn f ( ) -> [ isize ; 3 ] {
13
15
let picard = 0 ;
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
+ // compile-flags: --crate-type=lib
12
+
11
13
// pp-exact
12
14
/***
13
15
More than two asterisks means that it isn't a doc comment.
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
+ // compile-flags: --crate-type=lib
12
+
11
13
// pp-exact
12
14
fn f ( ) {
13
15
/*
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
+ // compile-flags: --crate-type=lib
12
+
11
13
// pp-exact
12
14
fn f ( ) {
13
15
} /*
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
+ // compile-flags: --crate-type=lib
12
+
11
13
// A bunch of tests for syntactic forms involving blocks that were
12
14
// previously ambiguous (e.g. 'if true { } *val;' gets parsed as a
13
15
// binop)
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
+ // compile-flags: --crate-type=lib
12
+
11
13
// pp-exact
12
14
13
15
// some single-line non-doc comment
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
+ // compile-flags: --crate-type=lib
12
+
11
13
trait X { fn dummy ( & self ) { } }
12
14
impl X for usize { }
13
15
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
+ // compile-flags: --crate-type=lib
12
+
11
13
// Issue #759
12
14
// Whitespace under block opening should not expand forever
13
15
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
+ // compile-flags: --crate-type=lib
12
+
11
13
// pp-exact
12
14
13
15
fn f ( v : & [ isize ] ) -> isize {
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
+ // compile-flags: --crate-type=lib
12
+
11
13
// pp-exact
12
14
13
15
use std:: io:: { self , Error as IoError } ;
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
+ // compile-flags: --crate-type=lib
12
+
11
13
// Preserve semicolons that disambiguate unops
12
14
13
15
fn f ( ) { }
You can’t perform that action at this time.
0 commit comments