fix: Unset test feature in rustc source crates

This commit is contained in:
Lukas Wirth 2022-04-12 00:18:49 +02:00
parent b90df7997d
commit 24af94b474
3 changed files with 26 additions and 2 deletions

View file

@ -263,7 +263,7 @@ fn parse_macro_expansion(
.collect::<Vec<_>>()
.join("\n");
tracing::warn!(
tracing::debug!(
"fail on macro_parse: (reason: {:?} macro_call: {:#}) parents: {}",
err,
node.value,