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

Emits error if has bound regions #119215

Merged
merged 2 commits into from
Dec 22, 2023
Merged

Conversation

mu001999
Copy link
Contributor

Fixes #119209

@rustbot
Copy link
Collaborator

rustbot commented Dec 22, 2023

r? @b-naber

(rustbot has picked a reviewer for you, use r? to override)

@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 Dec 22, 2023
Copy link
Member

@Noratrieb Noratrieb left a comment

Choose a reason for hiding this comment

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

small change to the test, r=me afterwards

tests/ui/entry-point/return-ty-has-bound-vars.rs Outdated Show resolved Hide resolved
@Noratrieb
Copy link
Member

@bors r rollup
Thanks!

@bors
Copy link
Contributor

bors commented Dec 22, 2023

📌 Commit d3f466a has been approved by Nilstrieb

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 Dec 22, 2023
bors added a commit to rust-lang-ci/rust that referenced this pull request Dec 22, 2023
…iaskrgr

Rollup of 5 pull requests

Successful merges:

 - rust-lang#117601 (Add support for hexagon-unknown-none-elf as target)
 - rust-lang#119169 (Rid the AST & HIR pretty printer of cruft)
 - rust-lang#119194 (Run fuchsia tests only on nightly)
 - rust-lang#119201 (tests: fix overaligned-constant to not over-specify getelementptr instr)
 - rust-lang#119215 (Emits error if has bound regions)

r? `@ghost`
`@rustbot` modify labels: rollup
@bors bors merged commit b24e878 into rust-lang:master Dec 22, 2023
11 checks passed
@rustbot rustbot added this to the 1.77.0 milestone Dec 22, 2023
rust-timer added a commit to rust-lang-ci/rust that referenced this pull request Dec 22, 2023
Rollup merge of rust-lang#119215 - mu001999:fix/119209, r=Nilstrieb

Emits error if has bound regions

Fixes rust-lang#119209
@mu001999 mu001999 deleted the fix/119209 branch December 24, 2023 02:35
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.

ice: Normalizing Alias(Weak, .. without wrapping it in a Binder
5 participants