We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 21faec1 + b039d3f commit 8e4409cCopy full SHA for 8e4409c
src/tools/rust-analyzer/crates/mbe/src/expander/transcriber.rs
@@ -462,11 +462,6 @@ fn expand_repeat(
462
463
counter += 1;
464
if counter == limit {
465
- tracing::warn!(
466
- "expand_tt in repeat pattern exceed limit => {:#?}\n{:#?}",
467
- template,
468
- ctx
469
- );
470
err = Some(ExpandError::new(ctx.call_site, ExpandErrorKind::LimitExceeded));
471
break;
472
}
0 commit comments