internal: Move proc-macro knowledge out of base-db

This commit is contained in:
Lukas Wirth 2023-12-18 12:09:54 +01:00
parent 21b06c1beb
commit 35620306a6
50 changed files with 255 additions and 186 deletions

View file

@ -113,9 +113,9 @@ fn assoc_item_of_trait(
#[cfg(test)]
mod tests {
use base_db::{fixture::ChangeFixture, FilePosition};
use base_db::FilePosition;
use expect_test::{expect, Expect};
use hir::Semantics;
use hir::{ChangeFixture, Semantics};
use syntax::ast::{self, AstNode};
use crate::RootDatabase;