Skip to content

Commit 81b00a2

Browse files
committed
fixup! don't collect #[rustc_force_inline] in eager mode
1 parent cd302e6 commit 81b00a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/mir-opt/inline/forced_dead_code.caller.ForceInline.diff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
bb0: {
1111
StorageLive(_1);
12-
- _1 = callee_forced() -> [return: bb1, unwind unreachable];
12+
- _1 = callee_forced() -> [return: bb1, unwind continue];
1313
- }
1414
-
1515
- bb1: {

0 commit comments

Comments
 (0)