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:
commit
1d6f05fd37
61 changed files with 169 additions and 154 deletions
|
@ -316,6 +316,7 @@ symbols! {
|
|||
ToOwned,
|
||||
ToString,
|
||||
TokenStream,
|
||||
Trait,
|
||||
Try,
|
||||
TryCaptureGeneric,
|
||||
TryCapturePrintable,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue