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-27 10:35:43 +11:00
2022-10-23 10:09:44 +02:00
2023-11-27 10:35:43 +11:00
2023-11-23 14:06:57 +11:00
2023-11-25 18:47:16 +00:00