Files
rust/compiler
Esteban Küber a41d236a6e Always force non-trimming of path in unreachable_patterns lint
Creating a "trimmed DefID path" when no error is being emitted is an ICE (on purpose). If we create a trimmed path for a lint that is then silenced before being emitted causes a known ICE. This side-steps the issue by always using `with_no_trimmed_path!`.

This was verified to fix https://github.com/quinn-rs/quinn/, but couldn't write a repro case for the test suite.

Fix #135289.

(cherry picked from commit 93a19501c2)
2025-01-23 08:44:57 -08:00
..
2025-01-07 20:22:42 +01:00
2024-12-29 17:47:30 +00:00
2024-12-30 06:51:16 +00:00