Fix test in macro_backtrace
This commit is contained in:
parent
0ac465924e
commit
aa6cc6e189
@ -22,7 +22,7 @@ error: expected one of `!`, `.`, `::`, `;`, `?`, `{`, `}`, or an operator, found
|
||||
27 | ping!();
|
||||
| -------- in this macro invocation
|
||||
|
|
||||
::: <ping macros>
|
||||
::: <ping macros>:1:1
|
||||
|
|
||||
1 | ( ) => { pong ! ( ) ; }
|
||||
| -------------------------
|
||||
@ -42,7 +42,7 @@ error: expected one of `!`, `.`, `::`, `;`, `?`, `{`, `}`, or an operator, found
|
||||
28 | deep!();
|
||||
| -------- in this macro invocation (#1)
|
||||
|
|
||||
::: <deep macros>
|
||||
::: <deep macros>:1:1
|
||||
|
|
||||
1 | ( ) => { foo ! ( ) ; }
|
||||
| ------------------------
|
||||
@ -50,7 +50,7 @@ error: expected one of `!`, `.`, `::`, `;`, `?`, `{`, `}`, or an operator, found
|
||||
| | in this macro invocation (#2)
|
||||
| in this expansion of `deep!` (#1)
|
||||
|
|
||||
::: <foo macros>
|
||||
::: <foo macros>:1:1
|
||||
|
|
||||
1 | ( ) => { bar ! ( ) ; }
|
||||
| ------------------------
|
||||
@ -58,7 +58,7 @@ error: expected one of `!`, `.`, `::`, `;`, `?`, `{`, `}`, or an operator, found
|
||||
| | in this macro invocation (#3)
|
||||
| in this expansion of `foo!` (#2)
|
||||
|
|
||||
::: <bar macros>
|
||||
::: <bar macros>:1:1
|
||||
|
|
||||
1 | ( ) => { ping ! ( ) ; }
|
||||
| -------------------------
|
||||
@ -66,7 +66,7 @@ error: expected one of `!`, `.`, `::`, `;`, `?`, `{`, `}`, or an operator, found
|
||||
| | in this macro invocation (#4)
|
||||
| in this expansion of `bar!` (#3)
|
||||
|
|
||||
::: <ping macros>
|
||||
::: <ping macros>:1:1
|
||||
|
|
||||
1 | ( ) => { pong ! ( ) ; }
|
||||
| -------------------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user