]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/proc-macro/attributes-on-definitions.rs
report kind of deprecated item in message
[rust.git] / src / test / ui / proc-macro / attributes-on-definitions.rs
index 055781d2c6048c01d4769f96695cc1224daae3ba..c0733c8b416beef1d76911331f017d46a4a6e56f 100644 (file)
@@ -6,7 +6,7 @@
 extern crate attributes_on_definitions;
 
 attributes_on_definitions::with_attrs!();
-//~^ WARN use of deprecated item
+//~^ WARN use of deprecated
 // No errors about the use of unstable and unsafe code inside the macro.
 
 fn main() {}