@@ -11,21 +11,21 @@ extern crate dcrate;
11
11
// ~ERR(>=1.20.0) this error originates in a macro outside of the current crate
12
12
// ~ERR(>=1.20.0) /expected one of .* here/
13
13
// ~ERR(>=1.20.0,<1.24.0-beta) unexpected token
14
- // ~ERR(>=1.20.0) /expected one of .*, found `:`/
15
- // ~ERR(>=1.20.0) this error originates in a macro outside of the current crate
16
- // ~ERR(>=1.20.0) expected one of
17
- // ~ERR(>=1.32.0-beta) in this macro
18
- // ~ERR(>=1.20.0,<1.24.0-beta ) unexpected token
19
- // end-msg: ERR(>=1.19.0,<1.20.0-beta ) /expected one of .*, found `:`/
20
- // end-msg: ERR(>=1.19.0,<1.20.0-beta ) Errors occurred in macro <example_bad_syntax macros> from external crate
21
- // end-msg: ERR(>=1.19.0,<1.20.0-beta ) Macro text: ( ) => { enum E { Kind ( x : u32 ) } }
22
- // end-msg: ERR(>=1.19.0,<1.20.0-beta ) /expected one of .* here/
23
- // end-msg: ERR(>=1.19.0,<1.20.0-beta ) unexpected token
24
- // end-msg: ERR(>=1.19.0,<1.20.0-beta ) /expected one of .*, found `:`/
25
- // end-msg: ERR(>=1.19.0,<1.20.0-beta ) Errors occurred in macro <example_bad_syntax macros> from external crate
26
- // end-msg: ERR(>=1.19.0,<1.20.0-beta ) Macro text: ( ) => { enum E { Kind ( x : u32 ) } }
27
- // end-msg: ERR(>=1.19.0,<1.20.0-beta ) expected one of 7 possible tokens here
28
- // end-msg: ERR(>=1.19.0,<1.20.0-beta ) unexpected token
14
+ // ~ERR(>=1.20.0,<1.34.0-beta ) /expected one of .*, found `:`/
15
+ // ~ERR(>=1.20.0,<1.34.0-beta ) this error originates in a macro outside of the current crate
16
+ // ~ERR(>=1.20.0,<1.34.0-beta ) expected one of
17
+ // ~ERR(>=1.32.0,<1.34.0 -beta) in this macro
18
+ // ~ERR(>=1.20.0,<1.24.0) unexpected token
19
+ // end-msg: ERR(>=1.19.0,<1.20.0) /expected one of .*, found `:`/
20
+ // end-msg: ERR(>=1.19.0,<1.20.0) Errors occurred in macro <example_bad_syntax macros> from external crate
21
+ // end-msg: ERR(>=1.19.0,<1.20.0) Macro text: ( ) => { enum E { Kind ( x : u32 ) } }
22
+ // end-msg: ERR(>=1.19.0,<1.20.0) /expected one of .* here/
23
+ // end-msg: ERR(>=1.19.0,<1.20.0) unexpected token
24
+ // end-msg: ERR(>=1.19.0,<1.20.0) /expected one of .*, found `:`/
25
+ // end-msg: ERR(>=1.19.0,<1.20.0) Errors occurred in macro <example_bad_syntax macros> from external crate
26
+ // end-msg: ERR(>=1.19.0,<1.20.0) Macro text: ( ) => { enum E { Kind ( x : u32 ) } }
27
+ // end-msg: ERR(>=1.19.0,<1.20.0) expected one of 7 possible tokens here
28
+ // end-msg: ERR(>=1.19.0,<1.20.0) unexpected token
29
29
// end-msg: ERR(<1.19.0) /expected one of .*, found `:`/
30
30
// end-msg: ERR(<1.19.0) Errors occurred in macro <example_bad_syntax macros> from external crate
31
31
// end-msg: ERR(<1.19.0) Macro text: ( ) => { enum E { Kind ( x : u32 ) } }
0 commit comments