Skip to content

Commit a748001

Browse files
authored
Merge pull request rust-lang#18877 from ChayimFriedman2/crazy-hang
fix: Fix a bug with missing binding in MBE
2 parents fd1e955 + bce6435 commit a748001

File tree

3 files changed

+2732
-1
lines changed

3 files changed

+2732
-1
lines changed

src/tools/rust-analyzer/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)