Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not reveal opaques in the param-env, we got lazy norm instead #132755

Merged
merged 1 commit into from
Nov 9, 2024

Conversation

compiler-errors
Copy link
Member

r? lcnr

@rustbot rustbot added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. labels Nov 8, 2024
@@ -1076,11 +1076,6 @@ impl<'tcx> ParamEnv<'tcx> {
ty::ParamEnv { packed: CopyTaggedPtr::new(caller_bounds, ParamTag { reveal }) }
}

pub fn with_user_facing(mut self) -> Self {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I also removed this, since it's both (1.) almost certainly wrong to ever use, and (2.) unused.

@compiler-errors
Copy link
Member Author

@bors r=lcnr rollup

@bors
Copy link
Contributor

bors commented Nov 9, 2024

📌 Commit 13ab08d has been approved by lcnr

It is now in the queue for this repository.

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Nov 9, 2024
bors added a commit to rust-lang-ci/rust that referenced this pull request Nov 9, 2024
…kingjubilee

Rollup of 5 pull requests

Successful merges:

 - rust-lang#132755 (Do not reveal opaques in the param-env, we got lazy norm instead)
 - rust-lang#132757 (Get rid of `check_opaque_type_well_formed`)
 - rust-lang#132760 (Don't suggest `.into_iter()` on iterators)
 - rust-lang#132778 (update io::Error::into_inner to acknowledge io::Error::other)
 - rust-lang#132780 (use verbose for path separator suggestion)

r? `@ghost`
`@rustbot` modify labels: rollup
@bors bors merged commit 1077c08 into rust-lang:master Nov 9, 2024
6 checks passed
@rustbot rustbot added this to the 1.84.0 milestone Nov 9, 2024
rust-timer added a commit to rust-lang-ci/rust that referenced this pull request Nov 9, 2024
Rollup merge of rust-lang#132755 - compiler-errors:reveal-param, r=lcnr

Do not reveal opaques in the param-env, we got lazy norm instead

r? lcnr
mati865 pushed a commit to mati865/rust that referenced this pull request Nov 12, 2024
Do not reveal opaques in the param-env, we got lazy norm instead

r? lcnr
mati865 pushed a commit to mati865/rust that referenced this pull request Nov 12, 2024
…kingjubilee

Rollup of 5 pull requests

Successful merges:

 - rust-lang#132755 (Do not reveal opaques in the param-env, we got lazy norm instead)
 - rust-lang#132757 (Get rid of `check_opaque_type_well_formed`)
 - rust-lang#132760 (Don't suggest `.into_iter()` on iterators)
 - rust-lang#132778 (update io::Error::into_inner to acknowledge io::Error::other)
 - rust-lang#132780 (use verbose for path separator suggestion)

r? `@ghost`
`@rustbot` modify labels: rollup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants