mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-29 02:52:11 +00:00
Update crates/ide/src/moniker.rs
Co-authored-by: David Barsky <me@davidbarsky.com>
This commit is contained in:
parent
d650daa7d3
commit
eb4543818d
1 changed files with 1 additions and 2 deletions
|
|
@ -353,8 +353,7 @@ fn def_to_non_local_moniker(
|
||||||
Definition::Module(module) if module.is_crate_root() => {}
|
Definition::Module(module) if module.is_crate_root() => {}
|
||||||
_ => {
|
_ => {
|
||||||
tracing::error!(
|
tracing::error!(
|
||||||
"Encountered enclosing definition with no name: {:?}",
|
?def, "Encountered enclosing definition with no name"
|
||||||
def
|
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue