mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-07 12:10:33 +00:00
dont ICE when ConstKind::Expr for is_const_evaluatable The problem is that we are not handling ConstKind::Expr inside report_not_const_evaluatable_error Fixes [#114151]