rust/compiler/rustc_smir
Kirby Linvill 93d1b3e92a
Replace arg_count in public API with return/arg getters
This commit hides the arg_count field in Body and instead exposes more
stable and user-friendly methods to get the return and argument locals.
As a result, Body instances must now be constructed using the `new`
function.
2023-10-25 22:15:47 +01:00
..
src Replace arg_count in public API with return/arg getters 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