rust/compiler/rustc_ast_lowering
Trevor Gross f1cf2f526a
Rollup merge of #128226 - oli-obk:option_vs_empty_slice, r=petrochenkov
Remove redundant option that was just encoding that a slice was empty

There is already a sanity check ensuring we don't put empty attribute lists into the HIR:

6ef11b81c2/compiler/rustc_ast_lowering/src/lib.rs (L661-L667)
2024-07-26 19:03:07 -04:00
..
src Rollup merge of #128226 - oli-obk:option_vs_empty_slice, r=petrochenkov 2024-07-26 19:03:07 -04:00
Cargo.toml Clean up rustc_*/Cargo.toml. 2023-10-30 08:46:02 +11:00
messages.ftl Make sure we deny unimplemented RTN on qpath segments 2024-06-28 14:20:44 -04:00