-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Point at unknown lang item attribute #47691
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
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.