Skip to content

Commit 238ccb6

Browse files
authored
Merge pull request #18877 from ChayimFriedman2/crazy-hang
fix: Fix a bug with missing binding in MBE
2 parents 91fc0a2 + 0d4af7b commit 238ccb6

File tree

3 files changed

+2732
-1
lines changed

3 files changed

+2732
-1
lines changed

Diff for: crates/ide-diagnostics/src/tests.rs

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#![allow(clippy::print_stderr)]
22

3+
mod overly_long_real_world_cases;
4+
35
use ide_db::{
46
assists::AssistResolveStrategy, base_db::SourceDatabase, LineIndexDatabase, RootDatabase,
57
};

0 commit comments

Comments
 (0)