rust/compiler
Nicholas Nethercote e966c89417 Deparameterize Results and ResultsCursor.
They both now only ever contain a `Results<'tcx, A>`.

This means `AnalysisResults` can be removed, as can many
`borrow`/`borrow_mut` calls. Also `Results` no longer needs a
`PhantomData` because `'tcx` is now named by `entry_sets`.
2023-11-27 10:35:43 +11:00
..
2023-11-24 14:32:05 +00:00
2023-11-26 08:38:02 +11:00
2023-11-23 14:11:02 +03:00
2023-11-23 14:11:02 +03:00
2023-11-22 08:13:21 +11:00
2023-11-25 18:47:16 +00:00