mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-11-01 12:24:29 +00:00
internal: fix salsa-ified crate graph working with lazy project discovery
This commit is contained in:
parent
2261e4e892
commit
9aa99eec60
2 changed files with 23 additions and 31 deletions
|
|
@ -208,7 +208,8 @@ impl ExpandErrorKind {
|
|||
},
|
||||
None => RenderedExpandError {
|
||||
message: format!(
|
||||
"internal error: proc-macro map is missing error entry for crate {def_crate:?}"
|
||||
"internal error: proc-macro map is missing error entry for crate {:?}",
|
||||
def_crate
|
||||
),
|
||||
error: true,
|
||||
kind: RenderedExpandError::GENERAL_KIND,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue