-
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
Point at unknown lang item attribute #47691
Conversation
(rust_highfive has picked a reviewer for you, use r? to override) |
@bors r+ |
📌 Commit 5f24efd has been approved by |
@bors rollup |
5f24efd
to
5ec7082
Compare
@bors r=rkruppe |
📌 Commit 5ec7082 has been approved by |
5ec7082
to
dd8ae6d
Compare
@bors r=rkruppe |
📌 Commit dd8ae6d has been approved by |
src/librustc/middle/lang_items.rs
Outdated
let mut err = struct_span_err!(self.tcx.sess, span, E0522, | ||
"definition of an unknown language item: `{}`", | ||
value); | ||
err.span_label(span, format!("definition of unkown language item `{}`", value)); |
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.
nit: unkown
should be unknown
dd8ae6d
to
e6af9eb
Compare
@bors r=rkruppe third's the charm |
📌 Commit e6af9eb has been approved by |
…ruppe Point at unknown lang item attribute
…ruppe Point at unknown lang item attribute
No description provided.