1
Fork 0

Auto merge of #116439 - compiler-errors:on-unimplemented, r=davidtwco

Pretty print `Fn` traits in `rustc_on_unimplemented`

I don't think that users really ever should need to think about `Fn*` traits' tupled args for a simple trait error.

r? diagnostics
This commit is contained in:
bors 2023-11-03 06:08:03 +00:00
commit 1d6f05fd37
61 changed files with 169 additions and 154 deletions

View file

@ -316,6 +316,7 @@ symbols! {
ToOwned,
ToString,
TokenStream,
Trait,
Try,
TryCaptureGeneric,
TryCapturePrintable,