]> git.lizzy.rs Git - rust.git/commit - src/tools/clippy
Rollup merge of #69189 - matthewjasper:erase-the-world, r=nikomatsakis
authorMazdak Farrokhzad <twingoow@gmail.com>
Wed, 18 Mar 2020 17:03:35 +0000 (18:03 +0100)
committerGitHub <noreply@github.com>
Wed, 18 Mar 2020 17:03:35 +0000 (18:03 +0100)
commit3f583fc27079fbc0983635f3fd40b47b89ed2f80
tree4fd0e81ac0ae7afc0114fe89673033a192b0b479
parent8188b2163dfe3de7b8e3b52ee86c9c2eac78ffa1
parent1ee5829575e73f217674f0a4e271c2e4246546e1
Rollup merge of #69189 - matthewjasper:erase-the-world, r=nikomatsakis

Erase regions in writeback

Regions in `TypeckTables` (except canonicalized user annotations) are now erased. Further, we no longer do lexical region solving on item bodies with `-Zborrowck=mir`.

cc #68261
r? @nikomatsakis