File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 66#![ feature( rustc_attrs) ]
77#![ allow( dead_code) ]
88#![ allow( unused_variables) ]
9- #![ rustc_if_this_changed( hir_crate) ]
109fn main ( ) { }
1110
11+ #[ rustc_if_this_changed]
1212struct Foo < T > {
1313 f : T ,
1414}
Original file line number Diff line number Diff line change @@ -15,14 +15,14 @@ LL | #[plugin_registrar]
1515error: multiple plugin registration functions found
1616 |
1717note: one is here
18- --> $DIR/multiple-plugin-registrars.rs:7 :1
18+ --> $DIR/multiple-plugin-registrars.rs:10 :1
1919 |
20- LL | pub fn one () {}
20+ LL | pub fn two () {}
2121 | ^^^^^^^^^^^^^^^
2222note: one is here
23- --> $DIR/multiple-plugin-registrars.rs:10 :1
23+ --> $DIR/multiple-plugin-registrars.rs:7 :1
2424 |
25- LL | pub fn two () {}
25+ LL | pub fn one () {}
2626 | ^^^^^^^^^^^^^^^
2727
2828error: aborting due to previous error; 2 warnings emitted
You can’t perform that action at this time.
0 commit comments