File tree Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 11// aux-build:empty-plugin.rs
2+ // ignore-stage1
23
34#![ plugin( empty_plugin) ]
45//~^ ERROR compiler plugins are deprecated
Original file line number Diff line number Diff line change 11error[E0658]: compiler plugins are deprecated
2- --> $DIR/gated-plugin.rs:3 :1
2+ --> $DIR/gated-plugin.rs:4 :1
33 |
44LL | #![plugin(empty_plugin)]
55 | ^^^^^^^^^^^^^^^^^^^^^^^^
@@ -8,7 +8,7 @@ LL | #![plugin(empty_plugin)]
88 = help: add `#![feature(plugin)]` to the crate attributes to enable
99
1010warning: 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
1212 |
1313LL | #![plugin(empty_plugin)]
1414 | ^^^^^^^^^^^^^^^^^^^^^^^^ help: may be removed in a future compiler version
Original file line number Diff line number Diff line change 11// run-pass
22// aux-build:multiple-plugins-1.rs
33// aux-build:multiple-plugins-2.rs
4+ // ignore-stage1
45
56// Check that the plugin registrar of multiple plugins doesn't conflict
67
Original file line number Diff line number Diff line change 11warning: 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
33 |
44LL | #![plugin(multiple_plugins_1)]
55 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: may be removed in a future compiler version
66 |
77 = note: `#[warn(deprecated)]` on by default
88
99warning: 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
1111 |
1212LL | #![plugin(multiple_plugins_2)]
1313 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: may be removed in a future compiler version
You can’t perform that action at this time.
0 commit comments