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

Add tests for overlapping explicitly dropped locals in generators #62707

Merged
merged 2 commits into from
Jul 26, 2019

Conversation

JohnTitor
Copy link
Member

Closes #62686

r? @tmandry

@rust-highfive rust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Jul 16, 2019
@Alexendoo
Copy link
Member

Ping from triage, any updates? @tmandry

Copy link
Member

@tmandry tmandry left a comment

Choose a reason for hiding this comment

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

Sorry, I somehow missed this.

src/test/run-pass/generator/size-moved-locals.rs Outdated Show resolved Hide resolved
@tmandry
Copy link
Member

tmandry commented Jul 25, 2019

@bors r+ rollup

Thank you for writing this!

@bors
Copy link
Contributor

bors commented Jul 25, 2019

📌 Commit 4042811 has been approved by tmandry

@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 Jul 25, 2019
Centril added a commit to Centril/rust that referenced this pull request Jul 25, 2019
…ndry

Add tests for overlapping explicitly dropped locals in generators

Closes rust-lang#62686

r? @tmandry
Centril added a commit to Centril/rust that referenced this pull request Jul 25, 2019
…ndry

Add tests for overlapping explicitly dropped locals in generators

Closes rust-lang#62686

r? @tmandry
bors added a commit that referenced this pull request Jul 25, 2019
Rollup of 15 pull requests

Successful merges:

 - #60066 (Stabilize the type_name intrinsic in core::any)
 - #60938 (rustdoc: make #[doc(include)] relative to the containing file)
 - #61884 (Stablize Euclidean Modulo (feature euclidean_division))
 - #61890 (Fix some sanity checks)
 - #62528 (Add joining slices of slices with a slice separator, not just a single item)
 - #62707 (Add tests for overlapping explicitly dropped locals in generators)
 - #62735 (Turn `#[global_allocator]` into a regular attribute macro)
 - #62822 (Improve some pointer-related documentation)
 - #62887 (Make the parser TokenStream more resilient after mismatched delimiter recovery)
 - #62921 (Add method disambiguation help for trait implementation)
 - #62930 (Add test for #51559)
 - #62942 (Use match ergonomics in Condvar documentation)
 - #62977 (Fix inconsistent highlight blocks.)
 - #62978 (Remove `cfg(bootstrap)` code for array implementations)
 - #62981 (Add note suggesting to borrow a String argument to find)

Failed merges:

 - #62964 (clarify and unify some type test names)

r? @ghost
@bors bors merged commit 4042811 into rust-lang:master Jul 26, 2019
@JohnTitor JohnTitor deleted the add-test-for-61922 branch July 26, 2019 06:40
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.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add tests for overlapping explicitly dropped locals in generators
5 participants