rust/src/librustc
Ralf Jung 64efc45bb9
Rollup merge of #66613 - Areredify:trait-ref-print, r=eddyb
Allow customising ty::TraitRef's printing behavior

This pr allows to explicitly choose which representation of `TraitRef` (`<T as Trait<U>>` or `Trait<U>`) you want to print. `Debug` and `Display` representations of `TraitRef` now match.

Closes #59188.
2019-11-29 22:57:31 +01:00
..
2019-11-23 07:06:27 +01:00
2019-11-19 20:47:31 +01:00
2019-11-28 12:22:07 -08:00
2019-11-23 18:52:23 +01:00
2019-11-26 14:57:07 -05:00
2019-11-22 20:01:48 +01:00

For more information about how rustc works, see the rustc guide.