Files
rust/compiler
Matthias Krüger e1165300e8 Rollup merge of #113187 - compiler-errors:local-ty, r=b-naber
No need to distinguish `LocalTy` from `Ty`

I think the distinction between `decl_ty` and `revealed_ty` was from when you were allowed to put `impl Trait` in let bindings... I don't think we need that anymore, and it makes typeck that much more confusing 😆

Side-note: I don't know why we store this in a separate field [`locals`](https://doc.rust-lang.org/nightly/nightly-rustc/rustc_hir_typeck/struct.Inherited.html#structfield.locals) in `Inherited`, rather than just the `TypeckResults`... Might look into changing that next.
2023-07-01 00:35:06 +02:00
..
2023-05-02 10:45:16 -07:00
2023-06-28 10:52:48 +08:00
2023-06-29 11:45:52 +10:00
2023-06-05 16:01:09 +02:00
2023-06-11 22:45:04 -04:00
2023-05-26 15:18:54 -04:00
2023-04-10 17:24:23 +09:00
2023-06-28 01:55:32 -04:00
2023-04-10 22:02:52 +02:00