]> git.lizzy.rs Git - rust.git/commit
Properly invalidate the early exit cache
authorSimonas Kazlauskas <git@kazlauskas.me>
Wed, 17 Aug 2016 01:13:43 +0000 (04:13 +0300)
committerSimonas Kazlauskas <git@kazlauskas.me>
Wed, 17 Aug 2016 18:09:30 +0000 (21:09 +0300)
commit2d366428cc50d1f20c139ffc854a603de1c1470c
treea4e24e4860239733593dc884f1f1ea936116eaa2
parente25542cb02d946959517ebb68e2f7b1318817237
Properly invalidate the early exit cache

Fixes #35737
src/librustc_mir/build/scope.rs
src/test/run-pass/mir_early_return_scope.rs [new file with mode: 0644]