Rollup merge of #121686 - compiler-errors:rpitit-printing, r=lcnr
Adjust printing for RPITITs 1. Call RPITITs `{synthetic#N}` instead of `{opaque#N}`. 2. Fall back to printing the RPITIT like an opaque even when printed as an `AliasTy`, just like we do for `ty::Alias`. You could argue that (2.) is misleading, but I believe it's more consistent than naming `{synthetic#N}`, which I assume approximately nobody knows where that def path name comes from. r? lcnr
This commit is contained in:
commit
a0027e86aa
10 changed files with 28 additions and 21 deletions
|
@ -1690,6 +1690,7 @@ symbols! {
|
|||
suggestion,
|
||||
sym,
|
||||
sync,
|
||||
synthetic,
|
||||
t32,
|
||||
target,
|
||||
target_abi,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue