]> git.lizzy.rs Git - rust.git/commit
Fix ICE in `is_integer_const` when the expression is inside an `AnonConst` body
authorJason Newcomb <jsnewcomb@pm.me>
Sat, 17 Jul 2021 23:01:19 +0000 (19:01 -0400)
committerJason Newcomb <jsnewcomb@pm.me>
Sat, 17 Jul 2021 23:01:19 +0000 (19:01 -0400)
commit5bfc2568a21148c5c2dd9455e1720e4fc9021ed2
tree54ef496a6bc2045fe594296eb7b3890b5026ab27
parente9c3991d3081c79bd712d754e6f51f456e603c6c
Fix ICE in `is_integer_const` when the expression is inside an `AnonConst` body
clippy_utils/src/lib.rs
tests/ui/crashes/ice-7340.rs [new file with mode: 0644]