about summary refs log tree commit diff
path: root/src/test/ui-fulldeps/plugin-args-2.stderr
blob: 2bbabd2013817a6176eb477e299a0865ef4875c3 (plain)
1
2
3
4
5
6
7
8
warning: use of deprecated attribute `plugin`: compiler plugins are deprecated. See https://github.com/rust-lang/rust/issues/29597
  --> $DIR/plugin-args-2.rs:6:1
   |
LL | #![plugin(plugin_args())]
   | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove this attribute
   |
   = note: `#[warn(deprecated)]` on by default