mirror of
https://github.com/rust-lang/rust.git
synced 2026-01-20 04:50:36 +00:00
Don't ICE when we cannot eval a const to a valtree in the new solver Use `const_eval_resolve` instead of `try_const_eval_resolve` because naming aside, the former doesn't ICE when a value can't be evaluated to a valtree. r? lcnr