diff options
| author | LegionMammal978 <mattlloydhouse@gmail.com> | 2021-12-13 16:50:58 -0500 |
|---|---|---|
| committer | LegionMammal978 <mattlloydhouse@gmail.com> | 2021-12-13 17:53:27 -0500 |
| commit | 375524014f1c0939f4e5a17c841eb49e79982255 (patch) | |
| tree | e2a5d5e2f72218d5a918d0c933d7c818bcd10f67 /compiler/rustc_mir_transform/src/coverage/debug.rs | |
| parent | 1796de7bb123df3f3d32124ededf1344434f672e (diff) | |
| download | rust-375524014f1c0939f4e5a17c841eb49e79982255.tar.gz rust-375524014f1c0939f4e5a17c841eb49e79982255.zip | |
Remove `in_band_lifetimes` from `rustc_infer`
This crate actually had a typo `'ctx` in one of its functions:
```diff
-pub fn same_type_modulo_infer(a: Ty<'tcx>, b: Ty<'ctx>) -> bool {
+pub fn same_type_modulo_infer<'tcx>(a: Ty<'tcx>, b: Ty<'tcx>) -> bool {
```
Diffstat (limited to 'compiler/rustc_mir_transform/src/coverage/debug.rs')
0 files changed, 0 insertions, 0 deletions
