We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
continue
1 parent 4cedad7 commit 1def8c4Copy full SHA for 1def8c4
compiler/rustc_mir_transform/src/inline.rs
@@ -156,7 +156,6 @@ impl<'tcx> Inliner<'tcx> {
156
match self.try_inlining(caller_body, &callsite) {
157
Err(reason) => {
158
debug!("not-inlined {} [{}]", callsite.callee, reason);
159
- continue;
160
}
161
Ok(new_blocks) => {
162
debug!("inlined {}", callsite.callee);
0 commit comments