mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-18 14:57:28 +00:00
#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.