Skip to content

Commit

Permalink
Fix a missing fragment specifier in rustdoc tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tgross35 committed Jul 31, 2024
1 parent f2d1d82 commit 3573f34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/rustdoc/macro-generated-macro.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ make_macro!(linebreak 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22

//@ snapshot macro_morestuff_pre macro_generated_macro/macro.morestuff.html //pre/text()
make_macro!(morestuff
"space between most kinds of tokens": 1 $x + @ :: >>= 'static
"space between most kinds of tokens": 1 $x:ident + @ :: >>= 'static
"no space inside paren or bracket": (2 a) [2 a] $(2 $a:tt)*
"space inside curly brace": { 2 a }
"no space inside empty delimiters": () [] {}
Expand Down

0 comments on commit 3573f34

Please sign in to comment.