Uh oh!
There was an error while loading. Please reload this page.
Move WF/ConstEvaluatable goal to clause - #112667
Merged
Merged
Conversation
rustbot
commented
Jun 15, 2023
Collaborator
Some changes occurred in src/tools/clippy cc @rust-lang/clippy Some changes occurred to the core trait solver cc @rust-lang/initiative-trait-system-refactor |
This comment has been minimized.
This comment has been minimized.
compiler-errors
commented
Jun 15, 2023
ContributorAuthor
astconv is too large 🤦 |
rustbot
commented
Jun 15, 2023
Collaborator
Some changes occurred in cc @BoxyUwU |
This comment has been minimized.
This comment has been minimized.
oli-obk
requested changes
Jun 16, 2023
Uh oh!
There was an error while loading. Please reload this page.
rust-cloud-vmsBotforce-pushed
the
wf-goal-is-clause
branch
from
June 16, 2023 18:24
3f63839 to
92a2bbdComparecompiler-errors
commented
Jun 16, 2023
ContributorAuthor
bors
commented
Jun 16, 2023
Collaborator
matthiaskrgr added a commit
to matthiaskrgr/rust
that referenced
this pull request
Jun 17, 2023
… r=oli-obk Move WF/ConstEvaluatable goal to clause It can show up in a param-env, so I think it needs to be a clause kind. r? `@lcnr` or `@oli-obk`
matthiaskrgr
commented
Jun 17, 2023
Member
@bors r- |
rust-cloud-vmsBotforce-pushed
the
wf-goal-is-clause
branch
from
June 17, 2023 21:27
92a2bbd to
4343d36CompareContributorAuthor
Yeah, conflicted with another pr of mine. @bors r=lcnr |
bors
commented
Jun 17, 2023
Collaborator
compiler-errors added a commit
to compiler-errors/rust
that referenced
this pull request
Jun 18, 2023
… r=lcnr Move WF/ConstEvaluatable goal to clause It can show up in a param-env, so I think it needs to be a clause kind. r? `@lcnr` or `@oli-obk`
compiler-errors added a commit
to compiler-errors/rust
that referenced
this pull request
Jun 18, 2023
… r=lcnr Move WF/ConstEvaluatable goal to clause It can show up in a param-env, so I think it needs to be a clause kind. r? ``@lcnr`` or ``@oli-obk``
bors added a commit
to rust-lang-ci/rust
that referenced
this pull request
Jun 18, 2023
…iaskrgr Rollup of 5 pull requests Successful merges: - rust-lang#107200 (io: soften ‘at most one write attempt’ requirement in io::Write::write) - rust-lang#112667 (Move WF/ConstEvaluatable goal to clause) - rust-lang#112685 (std: only depend on dlmalloc for wasm*-unknown) - rust-lang#112722 (bootstrap: check for dry run when copying env vars for msvc) - rust-lang#112734 (Make `Bound::predicates` use `Clause`) r? `@ghost` `@rustbot` modify labels: rollup
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 freeto 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.
It can show up in a param-env, so I think it needs to be a clause kind.
r? @lcnr or @oli-obk