rust/compiler/rustc_smir
Kirby Linvill e4c41b07f0
Add arg_count field to Body in Stable MIR
This field allows SMIR consumers to identify which locals correspond to
argument locals. It simply exposes the arg_count field from the MIR
representation.
2023-10-25 22:15:47 +01:00
..
src Add arg_count field to Body in Stable MIR 2023-10-25 22:15:47 +01:00
.gitignore
Cargo.toml Add method to convert internal to stable constructs 2023-10-23 12:01:39 -07:00