rust/compiler/rustc_ast_lowering
Nicholas Nethercote 9bb1008e1d Avoid empty identifiers for delegate params and args.
Instead use `argN`. The empty identifiers could flow to
`Liveness::should_warn`, where they would trigger a bounds error.

Fixes #139512.
2025-04-10 14:46:53 +10:00
..
src Avoid empty identifiers for delegate params and args. 2025-04-10 14:46:53 +10:00
Cargo.toml Use -Wunused_crate_dependencies for compiler crates. 2025-03-20 08:59:43 +11:00
messages.ftl Stabilize precise_capturing_in_traits 2025-03-23 14:11:04 +00:00