mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 14:21:44 +00:00
fix: Unset test feature in rustc source crates
This commit is contained in:
parent
b90df7997d
commit
24af94b474
3 changed files with 26 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue