diff options
| author | Yuki Okushi <jtitor@2k36.org> | 2022-05-24 12:18:31 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-24 12:18:31 +0900 |
| commit | 3157e1f4bd0a86a16fccd62197b09b4d14287d1d (patch) | |
| tree | 38e5dcba0f76624513b606506ff67f0ddf6785b1 /compiler/rustc_mir_transform/src/coverage/debug.rs | |
| parent | 8d9f258faaecc5c3824a9b7221463c0e984e1b71 (diff) | |
| parent | 215decd6fd14f8487cbb9eb42f2b057890992012 (diff) | |
| download | rust-3157e1f4bd0a86a16fccd62197b09b4d14287d1d.tar.gz rust-3157e1f4bd0a86a16fccd62197b09b4d14287d1d.zip | |
Rollup merge of #97289 - compiler-errors:tcxify-clippy, r=Mark-Simulacrum
Lifetime variance fixes for clippy #97287 migrates rustc to a `Ty` type that is invariant over its lifetime `'tcx`, so I need to fix a bunch of places that assume that `Ty<'a>` and `Ty<'b>` can be shortened to some common lifetime. This is doable, since everything is already `'tcx`, so all this PR does is be a bit more explicit that elided lifetimes are actually `'tcx`. Split out from #97287 so the clippy team can review independently.
Diffstat (limited to 'compiler/rustc_mir_transform/src/coverage/debug.rs')
0 files changed, 0 insertions, 0 deletions
