rust/compiler/rustc_mir_dataflow/src/impls
Nicholas Nethercote 0f12da17c0 Remove unused arguments from on_all_children_bits.
`on_all_children_bits` has two arguments that are unused: `tcx` and
`body`. This was not detected by the compiler because it's a recursive
function.

This commit removes them, and removes lots of other arguments and fields
that are no longer necessary.
2023-11-24 06:36:27 +11:00
..
borrowed_locals.rs rename BorrowKind::Shallow to Fake 2023-11-08 22:55:28 +01:00
initialized.rs Remove unused arguments from on_all_children_bits. 2023-11-24 06:36:27 +11:00
liveness.rs Remove unneeded derives from MaybeLiveLocals. 2023-11-24 06:13:00 +11:00
mod.rs Move initialization dataflow impls into their own module. 2023-08-16 18:12:17 +00:00
storage_liveness.rs s/generator/coroutine/ 2023-10-20 21:14:01 +00:00