File tree 4 files changed +6
-4
lines changed
4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
1
// aux-build:empty-plugin.rs
2
+ // ignore-stage1
2
3
3
4
#![ plugin( empty_plugin) ]
4
5
//~^ ERROR compiler plugins are deprecated
Original file line number Diff line number Diff line change 1
1
error[E0658]: compiler plugins are deprecated
2
- --> $DIR/gated-plugin.rs:3 :1
2
+ --> $DIR/gated-plugin.rs:4 :1
3
3
|
4
4
LL | #![plugin(empty_plugin)]
5
5
| ^^^^^^^^^^^^^^^^^^^^^^^^
@@ -8,7 +8,7 @@ LL | #![plugin(empty_plugin)]
8
8
= help: add `#![feature(plugin)]` to the crate attributes to enable
9
9
10
10
warning: use of deprecated attribute `plugin`: compiler plugins are deprecated. See https://github.com/rust-lang/rust/pull/64675
11
- --> $DIR/gated-plugin.rs:3 :1
11
+ --> $DIR/gated-plugin.rs:4 :1
12
12
|
13
13
LL | #![plugin(empty_plugin)]
14
14
| ^^^^^^^^^^^^^^^^^^^^^^^^ help: may be removed in a future compiler version
Original file line number Diff line number Diff line change 1
1
// run-pass
2
2
// aux-build:multiple-plugins-1.rs
3
3
// aux-build:multiple-plugins-2.rs
4
+ // ignore-stage1
4
5
5
6
// Check that the plugin registrar of multiple plugins doesn't conflict
6
7
Original file line number Diff line number Diff line change 1
1
warning: use of deprecated attribute `plugin`: compiler plugins are deprecated. See https://github.com/rust-lang/rust/pull/64675
2
- --> $DIR/multiple-plugins.rs:8 :1
2
+ --> $DIR/multiple-plugins.rs:9 :1
3
3
|
4
4
LL | #![plugin(multiple_plugins_1)]
5
5
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: may be removed in a future compiler version
6
6
|
7
7
= note: `#[warn(deprecated)]` on by default
8
8
9
9
warning: use of deprecated attribute `plugin`: compiler plugins are deprecated. See https://github.com/rust-lang/rust/pull/64675
10
- --> $DIR/multiple-plugins.rs:9 :1
10
+ --> $DIR/multiple-plugins.rs:10 :1
11
11
|
12
12
LL | #![plugin(multiple_plugins_2)]
13
13
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: may be removed in a future compiler version
You can’t perform that action at this time.
0 commit comments