-
Notifications
You must be signed in to change notification settings - Fork 13k
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
Fix leak when early returning out of box
syntax
#62331
Conversation
676c44f
to
a04c65c
Compare
@matthewjasper Fixed! |
@bors r+ rollup |
📌 Commit a04c65c has been approved by |
…r=matthewjasper Fix leak when early returning out of `box` syntax Fixes rust-lang#62289 r? @matthewjasper
a04c65c
to
ee59e32
Compare
Rebased; all tests pass locally. @bors r=matthewjasper |
📌 Commit ee59e3230d0e82da28ef0de455a4a8d27dcbc66f has been approved by |
@bors r- failure was legit due to wasm using |
Gotcha. I guess I don't have a wasm environment setup locally? Are there docs anywhere I can read on setting that up? I don't see anything in the rustc guide. |
ee59e32
to
94dea76
Compare
Added |
@bors r+ |
📌 Commit 94dea76a6d26f9d9d3ffc7706f5e55826d7366a8 has been approved by |
⌛ Testing commit 94dea76a6d26f9d9d3ffc7706f5e55826d7366a8 with merge 92c80c6be70b87babc655ab131fc20199cb3311d... |
💔 Test failed - checks-azure |
94dea76
to
aabaf12
Compare
@bors r=matthewjasper |
📌 Commit aabaf12 has been approved by |
…sper Fix leak when early returning out of `box` syntax Fixes #62289 r? @matthewjasper
☀️ Test successful - checks-azure, checks-travis, status-appveyor |
Fixes #62289
r? @matthewjasper