Skip to content

Avoid re-export errors in the generated test harness #36787

New issue

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

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

Already on GitHub? # to your account

Merged
merged 2 commits into from
Sep 29, 2016

Conversation

jseyfried
Copy link
Contributor

Fixes #36768.
r? @nrc

// must be re-exported with extra visibility for an error to occur.
(Ok(value_binding), Ok(type_binding)) if self.new_import_semantics => {
// All namespaces must be re-exported with extra visibility for an error to occur.
(Ok(value_binding), Ok(type_binding)) => {
Copy link
Contributor Author

@jseyfried jseyfried Sep 27, 2016

Choose a reason for hiding this comment

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

This expedites the stabilization of a small, backwards compatible part of RFC 1560 to fix the first issue I described in #36768 (comment).

@jseyfried jseyfried force-pushed the fix_test_harness_reexport_errors branch from 28e2b24 to e5c2f70 Compare September 27, 2016 20:21
@jseyfried
Copy link
Contributor Author

cc @petrochenkov

@jseyfried jseyfried force-pushed the fix_test_harness_reexport_errors branch from e5c2f70 to e89d9af Compare September 27, 2016 20:24
@jseyfried jseyfried force-pushed the fix_test_harness_reexport_errors branch from e89d9af to 28393be Compare September 27, 2016 21:52
@nrc
Copy link
Member

nrc commented Sep 29, 2016

@bors: r+

@bors
Copy link
Collaborator

bors commented Sep 29, 2016

📌 Commit 28393be has been approved by nrc

sophiajt pushed a commit to sophiajt/rust that referenced this pull request Sep 29, 2016
…_errors, r=nrc

Avoid re-export errors in the generated test harness

Fixes rust-lang#36768.
r? @nrc
bors added a commit that referenced this pull request Sep 29, 2016
Rollup of 12 pull requests

- Successful merges: #35286, #35892, #36460, #36704, #36741, #36760, #36787, #36789, #36794, #36803, #36811, #36813
- Failed merges:
@bors bors merged commit 28393be into rust-lang:master Sep 29, 2016
@jseyfried jseyfried deleted the fix_test_harness_reexport_errors branch October 16, 2016 09:30
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants