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

cleanup nll generalizer #111132

Merged
merged 2 commits into from
May 5, 2023
Merged

cleanup nll generalizer #111132

merged 2 commits into from
May 5, 2023

Conversation

lcnr
Copy link
Contributor

@lcnr lcnr commented May 3, 2023

followup to #108861

@rustbot
Copy link
Collaborator

rustbot commented May 3, 2023

r? @davidtwco

(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 May 3, 2023
@lcnr
Copy link
Contributor Author

lcnr commented May 3, 2023

@lcnr lcnr closed this May 3, 2023
@rustbot

This comment was marked as outdated.

@lcnr lcnr reopened this May 3, 2023
@lcnr lcnr assigned b-naber and unassigned davidtwco May 3, 2023
we never reach the code checking for this flag while the
flag is enabled, so it does not change the behavior
of the code.
@b-naber
Copy link
Contributor

b-naber commented May 4, 2023

Thanks. @bors r+ rollup

@bors
Copy link
Contributor

bors commented May 4, 2023

📌 Commit 0c5fe37 has been approved by b-naber

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 May 4, 2023
Manishearth added a commit to Manishearth/rust that referenced this pull request May 4, 2023
matthiaskrgr added a commit to matthiaskrgr/rust that referenced this pull request May 4, 2023
bors added a commit to rust-lang-ci/rust that referenced this pull request May 5, 2023
Rollup of 8 pull requests

Successful merges:

 - rust-lang#110946 (avoid duplicating TLS state between test std and realstd)
 - rust-lang#110954 (Reject borrows of projections in ConstProp.)
 - rust-lang#111052 (Fix problems with backtraces in two ui tests.)
 - rust-lang#111132 (cleanup nll generalizer)
 - rust-lang#111173 (Still more encoder cleanups)
 - rust-lang#111187 (bootstrap: add llvm-project/runtimes to the sources)
 - rust-lang#111213 (Fixup "since" dates for `array_tuple_conv` feature)
 - rust-lang#111223 (Use `free-args` consistently in bootstrap)

Failed merges:

r? `@ghost`
`@rustbot` modify labels: rollup
@bors bors merged commit f5c50e3 into rust-lang:master May 5, 2023
@rustbot rustbot added this to the 1.71.0 milestone May 5, 2023
@lcnr lcnr deleted the nll-generalize branch May 5, 2023 10:47
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.

5 participants