Skip to content

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

Merged
merged 1 commit into from
Jan 25, 2018

Conversation

estebank
Copy link
Contributor

No description provided.

@rust-highfive
Copy link
Contributor

r? @nikomatsakis

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

@hanna-kruppe
Copy link
Contributor

@bors r+

@bors
Copy link
Collaborator

bors commented Jan 23, 2018

📌 Commit 5f24efd has been approved by rkruppe

@estebank estebank added the S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. label Jan 24, 2018
@estebank
Copy link
Contributor Author

@bors rollup

@estebank estebank force-pushed the unknown-lang-item-sp branch from 5f24efd to 5ec7082 Compare January 24, 2018 01:03
@estebank
Copy link
Contributor Author

@bors r=rkruppe

@bors
Copy link
Collaborator

bors commented Jan 24, 2018

📌 Commit 5ec7082 has been approved by rkruppe

@estebank estebank force-pushed the unknown-lang-item-sp branch from 5ec7082 to dd8ae6d Compare January 24, 2018 02:24
@estebank
Copy link
Contributor Author

@bors r=rkruppe

@bors
Copy link
Collaborator

bors commented Jan 24, 2018

📌 Commit dd8ae6d has been approved by rkruppe

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));
Copy link
Member

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

@estebank estebank force-pushed the unknown-lang-item-sp branch from dd8ae6d to e6af9eb Compare January 24, 2018 05:37
@estebank
Copy link
Contributor Author

@bors r=rkruppe

third's the charm

@bors
Copy link
Collaborator

bors commented Jan 24, 2018

📌 Commit e6af9eb has been approved by rkruppe

GuillaumeGomez added a commit to GuillaumeGomez/rust that referenced this pull request Jan 25, 2018
…ruppe

Point at unknown lang item attribute
GuillaumeGomez added a commit to GuillaumeGomez/rust that referenced this pull request Jan 25, 2018
…ruppe

Point at unknown lang item attribute
bors added a commit that referenced this pull request Jan 25, 2018
Rollup of 10 pull requests

- Successful merges: #47534, #47609, #47679, #47691, #47700, #47702, #47717, #47721, #47726, #47729
- Failed merges:
@bors bors merged commit e6af9eb into rust-lang:master Jan 25, 2018
@estebank estebank deleted the unknown-lang-item-sp branch November 9, 2023 05:25
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants