macros: update trybuild output for Rust 1.59.0 (#4536)

## Motivation

Rust error messages seem to have changed a bit in 1.59.0

## Solution

Update the `trybuild` stderr output.

This should unbreak the tests on the latest Rust (and fix CI).
This commit is contained in:
Eliza Weisman
2022-02-24 11:52:47 -08:00
committed by GitHub
parent 769fb1547f
commit dfac73d580
2 changed files with 17 additions and 13 deletions
@@ -69,3 +69,11 @@ error: second test attribute is supplied
|
37 | #[test]
| ^^^^^^^
error: duplicated attribute
--> $DIR/macros_invalid_input.rs:37:1
|
37 | #[test]
| ^^^^^^^
|
= note: `-D duplicate-macro-attributes` implied by `-D warnings`