]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui-fulldeps/gated-plugin.stderr
Extend invalid floating point literal suffix suggestion
[rust.git] / src / test / ui-fulldeps / gated-plugin.stderr
index b8b7dd23c1cd30f1cc03b0018df47b79aa72c8bf..f48f1eab60b9563735abc90bc114e609d578c4e9 100644 (file)
@@ -1,5 +1,5 @@
 error[E0658]: compiler plugins are deprecated
-  --> $DIR/gated-plugin.rs:3:1
+  --> $DIR/gated-plugin.rs:4:1
    |
 LL | #![plugin(empty_plugin)]
    | ^^^^^^^^^^^^^^^^^^^^^^^^
@@ -8,7 +8,7 @@ LL | #![plugin(empty_plugin)]
    = help: add `#![feature(plugin)]` to the crate attributes to enable
 
 warning: use of deprecated attribute `plugin`: compiler plugins are deprecated. See https://github.com/rust-lang/rust/pull/64675
-  --> $DIR/gated-plugin.rs:3:1
+  --> $DIR/gated-plugin.rs:4:1
    |
 LL | #![plugin(empty_plugin)]
    | ^^^^^^^^^^^^^^^^^^^^^^^^ help: may be removed in a future compiler version