diff options
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.rs | 2 |
1 files changed, 1 insertions, 1 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 f8993162202..663739f235a 100644 --- a/src/test/ui/parser/macro/trait-object-macro-matcher.rs +++ b/src/test/ui/parser/macro/trait-object-macro-matcher.rs @@ -12,5 +12,5 @@ fn main() { //~^ 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 valid in the current edition + //~| WARN this is accepted in the current edition } |
