about summary refs log tree commit diff
path: root/src/test/ui/parser/macro/trait-object-macro-matcher.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/parser/macro/trait-object-macro-matcher.rs')
-rw-r--r--src/test/ui/parser/macro/trait-object-macro-matcher.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/test/ui/parser/macro/trait-object-macro-matcher.rs b/src/test/ui/parser/macro/trait-object-macro-matcher.rs
index 663739f235a..560195977d0 100644
--- a/src/test/ui/parser/macro/trait-object-macro-matcher.rs
+++ b/src/test/ui/parser/macro/trait-object-macro-matcher.rs
@@ -11,6 +11,4 @@ fn main() {
     m!('static);
     //~^ ERROR lifetime in trait object type must be followed by `+`
     //~| ERROR at least one trait is required for an object type
-    //~| WARN trait objects without an explicit `dyn` are deprecated
-    //~| WARN this is accepted in the current edition
 }