We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
quote!
1 parent 40cd4e4 commit 9045af4Copy full SHA for 9045af4
collector/benchmarks/tt-muncher/quote-1.0.17-modified/src/lib.rs
@@ -121,6 +121,10 @@ pub mod spanned;
121
// this `tt-muncher` benchmark. It is quadratic in the length of the input and
122
// stresses the macro expansion machinery. It is representative of TT munchers
123
// in general, a macro type that is reasonably common.
124
+//
125
+// The original `quote` uses an advanced and unusual technique to avoid this
126
+// quadratic behaviour, which means it is not representative of TT munchers.
127
+// Hence this modification.
128
#[macro_export]
129
macro_rules! quote_tt {
130
() => {
0 commit comments