diff options
| author | Yuki Okushi <jtitor@2k36.org> | 2023-04-22 10:33:59 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-22 10:33:59 +0900 |
| commit | 16e2096f0f15167e8190054c073bce3095453870 (patch) | |
| tree | 968b808219f132be8e56d990b59327e5e4207840 /compiler/rustc_codegen_llvm/src | |
| parent | c8a32391c705055f6db2dfd0338562bcac367e44 (diff) | |
| parent | 1d7a2472bf88da7364235334902321be32408388 (diff) | |
| download | rust-16e2096f0f15167e8190054c073bce3095453870.tar.gz rust-16e2096f0f15167e8190054c073bce3095453870.zip | |
Rollup merge of #110660 - compiler-errors:placeholders-pretty, r=wesleywiser,BoxyUwU
Print ty placeholders pretty
Makes anon placeholders print like `!0` instead of `Placeholder { ... }`.
```
rustc_trait_selection::solve::compute_well_formed_goal goal=Goal{
predicate: !0,
param_env: ParamEnv{
caller_bounds: [
Binder(TraitPredicate(<!0 as std::marker::Copy>, polarity: Positive), []),
Binder(TraitPredicate(<!0 as std::clone::Clone>, polarity: Positive), []),
Binder(TraitPredicate(<!0 as std::marker::Sized>, polarity: Positive), []),
],
reveal: UserFacing,
constness: NotConst,
}
}
```
cc `@BoxyUwU` who might care about this formatting decision
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
0 files changed, 0 insertions, 0 deletions
