mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-22 00:01:53 +00:00
Avoid recursively debug printing crates
This commit is contained in:
parent
185f9deb45
commit
c1102ac703
3 changed files with 20 additions and 19 deletions
|
@ -393,7 +393,8 @@ impl BuiltDependency {
|
|||
|
||||
pub type CratesIdMap = FxHashMap<CrateBuilderId, Crate>;
|
||||
|
||||
#[salsa::input]
|
||||
#[salsa::input(no_debug)]
|
||||
#[derive(Debug)]
|
||||
pub struct Crate {
|
||||
#[return_ref]
|
||||
pub data: BuiltCrateData,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue