mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-22 10:05:06 +03:00
74d6958297
add check for ConstKind::Value(_) to in_operand() Added check for valtree value to close #113012 which fixes the issue, although I am not sure if adding the check there is sound or not cc `@oli-obk`