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
..
src Fix ICE in inline always warning emission. 2026-01-08 11:59:41 +00:00
Cargo.toml Introduce ValueSet. 2025-09-13 17:14:04 +00:00
messages.ftl Handle inline asm in has_ffi_unwind_calls 2025-11-25 16:01:02 +00:00