rust/compiler/rustc_infer
bors 959b2c703d Auto merge of #115696 - RalfJung:closure-ty-print, r=oli-obk
adjust how closure/generator types are printed

I saw `&[closure@$DIR/issue-20862.rs:2:5]` and I thought it is a slice type, because that's usually what `&[_]` is... it took me a while to realize that this is just a confusing printer and actually there's no slice. Let's use something that cannot be mistaken for a regular type.
2023-09-22 15:19:38 +00:00
..
src Auto merge of #115696 - RalfJung:closure-ty-print, r=oli-obk 2023-09-22 15:19:38 +00:00
Cargo.toml Add rustc_fluent_macro to decouple fluent from rustc_macros 2023-04-18 18:56:22 +00:00
messages.ftl rustc_hir_analysis: add a helper to check function the signature mismatches 2023-09-19 18:15:23 +02:00