mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 11:31:15 +00:00
Bump crate resolution limit for large projects
Change-Id: Ie0221e5bcfd1779cd5e241f96b4489e5bd3854c1
This commit is contained in:
parent
b2b94cbf71
commit
843f03a3d2
@ -146,7 +146,7 @@ where
|
|||||||
ReachedFixedPoint::Yes => break,
|
ReachedFixedPoint::Yes => break,
|
||||||
ReachedFixedPoint::No => i += 1,
|
ReachedFixedPoint::No => i += 1,
|
||||||
}
|
}
|
||||||
if i == 1000 {
|
if i == 10000 {
|
||||||
log::error!("name resolution is stuck");
|
log::error!("name resolution is stuck");
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user