Teodor Tanasoaia 90533a0ad5
increase AUTODEREF_RECURSION_LIMIT to 20
The limit was introduced in https://github.com/rust-lang/rust-analyzer/pull/1408#discussion_r294059044 to avoid infinite cycles but it effectively caps the number of derefs to 10. Types like `ID3D12Device14` from the `windows` crate run into this because it derefs to `ID3D12Device13`, 13 to 12 and so on. Increasing it to 20 is a quick fix; a better cycle detection method would be nicer long term.
2025-01-22 22:21:02 +01:00
..
2025-01-21 10:05:32 +01:00
2025-01-21 10:05:32 +01:00
2025-01-21 10:05:32 +01:00
2025-01-17 21:28:11 +02:00
2024-12-28 18:23:24 +01:00
2025-01-17 21:28:11 +02:00
2025-01-09 05:43:08 +02:00
2025-01-17 21:28:11 +02:00
2025-01-06 17:57:17 +01:00
2025-01-14 01:31:07 -06:00