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

Remove the unmarked_api feature #38087

Merged
merged 1 commit into from
Dec 4, 2016
Merged

Conversation

jooert
Copy link
Contributor

@jooert jooert commented Nov 30, 2016

Closes #37981.

@rust-highfive
Copy link
Collaborator

r? @pnkfelix

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

.emit()
}
span_bug!(span, "Encountered unmarked API, which should \
not exist in the standard library");
Copy link
Contributor

Choose a reason for hiding this comment

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

Encountering unmarked API is not a library's fault, but a compiler bug. Could you tweak the message to not mention the standard library, e.g. just "encountered unmarked API".

@petrochenkov
Copy link
Contributor

r=me with tweaked message

@jooert
Copy link
Contributor Author

jooert commented Nov 30, 2016

Sure, I have changed it to what you proposed.

@petrochenkov
Copy link
Contributor

@bors r+

@bors
Copy link
Contributor

bors commented Nov 30, 2016

📌 Commit 7cbd18a has been approved by petrochenkov

@bors
Copy link
Contributor

bors commented Dec 4, 2016

⌛ Testing commit 7cbd18a with merge 341f084...

bors added a commit that referenced this pull request Dec 4, 2016
Remove the `unmarked_api` feature

Closes #37981.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants