-
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
Remove the unmarked_api
feature
#38087
Conversation
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"); |
There was a problem hiding this comment.
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".
r=me with tweaked message |
8623d55
to
7cbd18a
Compare
Sure, I have changed it to what you proposed. |
@bors r+ |
📌 Commit 7cbd18a has been approved by |
Remove the `unmarked_api` feature Closes #37981.
Closes #37981.