Files
rust/compiler/rustc_mir_transform
Jamie Cunliffe 2afe5b1a83 Fix ICE in inline always warning emission.
The calls to `def_path_str` were outside the decorate callback in
`node_span_lint` which caused an ICE when the warning was an allowed
warning due to the call to `def_path_str` being executed but the
warning not actually being emitted.
2026-01-08 11:59:41 +00:00
..
2025-09-13 17:14:04 +00:00