File tree 2 files changed +5
-2
lines changed 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
- // Copyright 2014 The Rust Project Developers. See the COPYRIGHT
1
+ // Copyright 2014-2015 The Rust Project Developers. See the COPYRIGHT
2
2
// file at the top-level directory of this distribution and at
3
3
// http://rust-lang.org/COPYRIGHT.
4
4
//
11
11
// aux-build:macro_crate_MacroRulesTT.rs
12
12
// ignore-stage1
13
13
// error-pattern: plugin tried to register a new MacroRulesTT
14
+ // error-pattern: aborting due to previous error
14
15
15
16
#![ feature( plugin) ]
16
17
#![ plugin( macro_crate_MacroRulesTT) ]
Original file line number Diff line number Diff line change 1
- // Copyright 2014 The Rust Project Developers. See the COPYRIGHT
1
+ // Copyright 2014-2015 The Rust Project Developers. See the COPYRIGHT
2
2
// file at the top-level directory of this distribution and at
3
3
// http://rust-lang.org/COPYRIGHT.
4
4
//
12
12
// ignore-stage1
13
13
// compile-flags: -C codegen-units=2
14
14
// error-pattern: build without -C codegen-units for more exact errors
15
+ // error-pattern: aborting due to previous error
16
+ // error-pattern: aborting due to worker thread panic
15
17
16
18
#![ feature( asm) ]
17
19
You can’t perform that action at this time.
0 commit comments