]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui-fulldeps/multiple-plugins.stderr
Rollup merge of #93896 - jsha:dark-colors, r=GuillaumeGomez
[rust.git] / src / test / ui-fulldeps / multiple-plugins.stderr
index 99151933c4b580479b6a3a894594743e986e4b4c..878ffabfc7fc2c14e919b8afdba057e7c8cd0167 100644 (file)
@@ -1,5 +1,5 @@
 warning: use of deprecated attribute `plugin`: compiler plugins are deprecated. See https://github.com/rust-lang/rust/pull/64675
-  --> $DIR/multiple-plugins.rs:8:1
+  --> $DIR/multiple-plugins.rs:9:1
    |
 LL | #![plugin(multiple_plugins_1)]
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: may be removed in a future compiler version
@@ -7,7 +7,7 @@ LL | #![plugin(multiple_plugins_1)]
    = note: `#[warn(deprecated)]` on by default
 
 warning: use of deprecated attribute `plugin`: compiler plugins are deprecated. See https://github.com/rust-lang/rust/pull/64675
-  --> $DIR/multiple-plugins.rs:9:1
+  --> $DIR/multiple-plugins.rs:10:1
    |
 LL | #![plugin(multiple_plugins_2)]
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: may be removed in a future compiler version