about summary refs log tree commit diff
path: root/tests/rustdoc/macro/macro-generated-macro.macro_morestuff_pre.html
diff options
context:
space:
mode:
authorTrevor Gross <tmgross@umich.edu>2024-07-31 01:59:22 -0400
committerTrevor Gross <tmgross@umich.edu>2025-06-12 07:35:00 +0000
commit208cb5da15d5a8378efff6d44a5ffa53fd51bbbc (patch)
treed20d67b9a782b548c40eaf28b83e7af8323534f7 /tests/rustdoc/macro/macro-generated-macro.macro_morestuff_pre.html
parentfe5c95d4ae33ec9d7831921e448e2daf8264ea42 (diff)
downloadrust-208cb5da15d5a8378efff6d44a5ffa53fd51bbbc.tar.gz
rust-208cb5da15d5a8378efff6d44a5ffa53fd51bbbc.zip
Fix a missing fragment specifier in rustdoc tests
Diffstat (limited to 'tests/rustdoc/macro/macro-generated-macro.macro_morestuff_pre.html')
-rw-r--r--tests/rustdoc/macro/macro-generated-macro.macro_morestuff_pre.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/rustdoc/macro/macro-generated-macro.macro_morestuff_pre.html b/tests/rustdoc/macro/macro-generated-macro.macro_morestuff_pre.html
index 28f15522a82..4dcc8111c6f 100644
--- a/tests/rustdoc/macro/macro-generated-macro.macro_morestuff_pre.html
+++ b/tests/rustdoc/macro/macro-generated-macro.macro_morestuff_pre.html
@@ -1,7 +1,7 @@
 macro_rules! morestuff {
     (
-        <= "space between most kinds of tokens" : 1 $x + @ :: >>= 'static
-        "no space inside paren or bracket" : (2 a) [2 a] $(2 $a:tt)*
+        <= "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" : () [] {}
         "no space before comma or semicolon" : a, (a), { a }, a; [T; 0];