mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-16 17:26:36 +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]