mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-18 22:27:34 +00:00
`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```
For more information about how rustc works, see the rustc dev guide.