Skip to content

Commit

Permalink
Merge pull request #18877 from ChayimFriedman2/crazy-hang
Browse files Browse the repository at this point in the history
fix: Fix a bug with missing binding in MBE
  • Loading branch information
lnicola authored Jan 8, 2025
2 parents 91fc0a2 + 0d4af7b commit 238ccb6
Show file tree
Hide file tree
Showing 3 changed files with 2,732 additions and 1 deletion.
2 changes: 2 additions & 0 deletions crates/ide-diagnostics/src/tests.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#![allow(clippy::print_stderr)]

mod overly_long_real_world_cases;

use ide_db::{
assists::AssistResolveStrategy, base_db::SourceDatabase, LineIndexDatabase, RootDatabase,
};
Expand Down
Loading

0 comments on commit 238ccb6

Please sign in to comment.