We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13d957f commit 4003265Copy full SHA for 4003265
html5ever/src/tokenizer/mod.rs
@@ -619,7 +619,7 @@ macro_rules! shorthand (
619
#[cfg(feature = "trace_tokenizer")]
620
macro_rules! sh_trace ( ( $me:ident : $($cmds:tt)* ) => ({
621
trace!(" {:?}", stringify!($($cmds)*));
622
- shorthand!($me:expr : $($cmds)*);
+ shorthand!($me:ident : $($cmds)*);
623
}));
624
625
#[cfg(not(feature = "trace_tokenizer"))]
0 commit comments