mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-22 08:12:04 +00:00
Split out salsa_macros
Does not do much yet due to tracing pulling syn but oh well
This commit is contained in:
parent
9fa647c129
commit
996d6ed1a3
25 changed files with 63 additions and 48 deletions
|
@ -392,7 +392,7 @@ impl BuiltDependency {
|
|||
|
||||
pub type CratesIdMap = FxHashMap<CrateBuilderId, Crate>;
|
||||
|
||||
#[salsa::input]
|
||||
#[salsa_macros::input]
|
||||
#[derive(Debug)]
|
||||
pub struct Crate {
|
||||
#[return_ref]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue