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.
1 parent cd8522e commit a239113Copy full SHA for a239113
src/tools/rust-analyzer/crates/ide/src/moniker.rs
@@ -353,8 +353,7 @@ fn def_to_non_local_moniker(
353
Definition::Module(module) if module.is_crate_root() => {}
354
_ => {
355
tracing::error!(
356
- "Encountered enclosing definition with no name: {:?}",
357
- def
+ ?def, "Encountered enclosing definition with no name"
358
);
359
}
360
0 commit comments