rust/compiler/rustc_middle
Nicholas Nethercote 23880a058b Add try_fold_uenevaluted.
We already have `visit_unevaluated`, so this improves consistency.

Also, define `TypeFoldable for Unevaluated<'tcx, ()>` in terms of
`TypeFoldable for Unevaluated<'tcx>`, which is neater.
2022-06-08 09:22:23 +10:00
..
2022-06-08 09:22:23 +10:00
2022-05-27 20:20:41 -07:00

For more information about how rustc works, see the rustc dev guide.