1
Fork 0

Rollup merge of #126686 - fmease:dump-preds-n-item-bounds, r=compiler-errors

Add `#[rustc_dump_{predicates,item_bounds}]`

Conflicts with #126668.

As discussed
r? compiler-errors CC ``@fee1-dead``
This commit is contained in:
Guillaume Gomez 2024-06-22 12:57:19 +02:00 committed by GitHub
commit 3ed2cd74b5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
17 changed files with 187 additions and 104 deletions

View file

@ -1593,6 +1593,8 @@ symbols! {
rustc_do_not_const_check,
rustc_doc_primitive,
rustc_dummy,
rustc_dump_item_bounds,
rustc_dump_predicates,
rustc_dump_user_args,
rustc_dump_vtable,
rustc_effective_visibility,