rust/compiler/rustc_middle
Alan Egerton bd604750ae
try_fold_unevaluated for infallible folders
#97447 added folding of unevaluated constants, but did not include an override of the default (fallible) operation in the blanket impl of `FallibleTypeFolder` for infallible folders.  Here we provide that missing override.

r? @nnethercote
2022-06-20 19:03:37 +01:00
..
2022-05-27 20:20:41 -07:00

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