rename #[rustc_dump_predicates] to #[rustc_dump_clauses] - #161230
Merged
Conversation
Collaborator
|
Some changes occurred in compiler/rustc_attr_parsing cc @jdonszelmann, @JonathanBrouwer Some changes occurred in compiler/rustc_attr_ir cc @jdonszelmann, @JonathanBrouwer
Some changes occurred in compiler/rustc_passes/src/check_attr.rs |
Collaborator
|
|
This comment has been minimized.
This comment has been minimized.
ada4a
force-pushed
the
ada/push-rtvwpxlrlrzz
branch
from
August 17, 2026 12:24
c521dae to
b190091
Compare
JonathanBrouwer
approved these changes
Aug 17, 2026
Contributor
rust-bors Bot
pushed a commit
that referenced
this pull request
Aug 17, 2026
…uwer Rollup of 12 pull requests Successful merges: - #161221 (`rust-analyzer` subtree update) - #161232 (Subtree sync for rustc_codegen_cranelift) - #160058 (atomic volatile: add intrinsics) - #161206 (Library lock file update) - #160905 (implement <IpAddr, SocketAddr>::unspecified_from()) - #160986 (Move `LateParamRegion` to `rustc_type_ir`) - #161145 (Remove references to the obsolete `try-perf` branch) - #161197 (citool: update rust crates) - #161225 (Add regression test for lint panic on nested generic with default type param) - #161229 (rustc_target: couple AArch64 LLVM and cfg pauthtest ABIs) - #161230 (rename `#[rustc_dump_predicates]` to `#[rustc_dump_clauses]`) - #161237 (Remove jdno from infra-ci rotation)
rust-bors Bot
pushed a commit
that referenced
this pull request
Aug 17, 2026
Rollup merge of #161230 - ada4a:ada/push-rtvwpxlrlrzz, r=JonathanBrouwer rename `#[rustc_dump_predicates]` to `#[rustc_dump_clauses]` Part of #107250 / Follow-up to #159990 (comment) The attribute dumps `clauses_of` an item, so rename accordingly. r? @oli-obk
RalfJung
pushed a commit
to RalfJung/miri
that referenced
this pull request
Aug 19, 2026
…uwer Rollup of 12 pull requests Successful merges: - rust-lang/rust#161221 (`rust-analyzer` subtree update) - rust-lang/rust#161232 (Subtree sync for rustc_codegen_cranelift) - rust-lang/rust#160058 (atomic volatile: add intrinsics) - rust-lang/rust#161206 (Library lock file update) - rust-lang/rust#160905 (implement <IpAddr, SocketAddr>::unspecified_from()) - rust-lang/rust#160986 (Move `LateParamRegion` to `rustc_type_ir`) - rust-lang/rust#161145 (Remove references to the obsolete `try-perf` branch) - rust-lang/rust#161197 (citool: update rust crates) - rust-lang/rust#161225 (Add regression test for lint panic on nested generic with default type param) - rust-lang/rust#161229 (rustc_target: couple AArch64 LLVM and cfg pauthtest ABIs) - rust-lang/rust#161230 (rename `#[rustc_dump_predicates]` to `#[rustc_dump_clauses]`) - rust-lang/rust#161237 (Remove jdno from infra-ci rotation)
pull Bot
pushed a commit
to asukaminato0721/rust-analyzer
that referenced
this pull request
Aug 20, 2026
…uwer Rollup of 12 pull requests Successful merges: - rust-lang/rust#161221 (`rust-analyzer` subtree update) - rust-lang/rust#161232 (Subtree sync for rustc_codegen_cranelift) - rust-lang/rust#160058 (atomic volatile: add intrinsics) - rust-lang/rust#161206 (Library lock file update) - rust-lang/rust#160905 (implement <IpAddr, SocketAddr>::unspecified_from()) - rust-lang/rust#160986 (Move `LateParamRegion` to `rustc_type_ir`) - rust-lang/rust#161145 (Remove references to the obsolete `try-perf` branch) - rust-lang/rust#161197 (citool: update rust crates) - rust-lang/rust#161225 (Add regression test for lint panic on nested generic with default type param) - rust-lang/rust#161229 (rustc_target: couple AArch64 LLVM and cfg pauthtest ABIs) - rust-lang/rust#161230 (rename `#[rustc_dump_predicates]` to `#[rustc_dump_clauses]`) - rust-lang/rust#161237 (Remove jdno from infra-ci rotation)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Part of #107250 / Follow-up to #159990 (comment)
The attribute dumps
clauses_ofan item, so rename accordingly.r? @oli-obk