X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Ftest%2Fui-fulldeps%2Fgated-plugin.stderr;h=df2de40a8c1b1d17f4459cf34330d08c0eaf7013;hb=d28560e660168b30af3b58167094aeb299bc2b58;hp=c35863e6bc59756a64d8c2fbe330afd10075c5ee;hpb=3af14f994d7d5f0cef7d1f15bcfe6cab40685244;p=rust.git diff --git a/src/test/ui-fulldeps/gated-plugin.stderr b/src/test/ui-fulldeps/gated-plugin.stderr index c35863e6bc5..df2de40a8c1 100644 --- a/src/test/ui-fulldeps/gated-plugin.stderr +++ b/src/test/ui-fulldeps/gated-plugin.stderr @@ -4,7 +4,7 @@ error[E0658]: compiler plugins are deprecated LL | #![plugin(empty_plugin)] | ^^^^^^^^^^^^^^^^^^^^^^^^ | - = note: for more information, see https://github.com/rust-lang/rust/issues/29597 + = note: see issue #29597 for more information = 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