]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #97142 - SparrowLii:inline, r=tmiasko
authorDylan DPC <99973273+Dylan-DPC@users.noreply.github.com>
Thu, 19 May 2022 15:22:48 +0000 (17:22 +0200)
committerGitHub <noreply@github.com>
Thu, 19 May 2022 15:22:48 +0000 (17:22 +0200)
move processing of `source_scope_data` into `MutVisitor`'s impl of `Integrator` when inline

This PR fixes the FIXME in the inline mir-opt which moves processing of `source_scope_data` into `MutVisitor`'s impl of `Integrator` when inline

1  2 
compiler/rustc_mir_transform/src/inline.rs