rust/compiler/rustc_mir_transform
Nicholas Nethercote 3dea72aa1b Remove one use of as_results_cursor.
It's currently used because `requires_storage_results` is used in two
locations: once with a cursor, and once later on without a cursor. The
non-consuming `as_results_cursor` is used for the first location.

But we can instead use the consuming `into_results_cursor` and then use
`into_results` to extract the `Results` from the finished-with cursor
for use at the second location.
2023-11-27 10:35:43 +11:00
..
src Remove one use of as_results_cursor. 2023-11-27 10:35:43 +11:00
Cargo.toml Replace custom_encodable with encodable. 2023-11-22 18:37:14 +11:00
messages.ftl Don't report any errors in lower_intrinsics. They should have been typecked before. 2023-09-06 09:38:15 +00:00