Skip to content
This repository has been archived by the owner on Aug 16, 2021. It is now read-only.

Fix rustc build #199

Merged
merged 2 commits into from
Jul 28, 2017
Merged

Fix rustc build #199

merged 2 commits into from
Jul 28, 2017

Conversation

GuillaumeGomez
Copy link
Contributor

It's in order to make rust-lang/rust#43009 build successfully.

@Yamakaky
Copy link
Contributor

What is this lint for, again?

@GuillaumeGomez
Copy link
Contributor Author

To warn when a doc comment is unused by rustdoc. As simple as that.

@@ -423,6 +424,7 @@ macro_rules! impl_extract_backtrace {
($error_name: ident
$error_kind_name: ident
$([$link_error_path: path, $(#[$meta_links: meta])*])*) => {
#[allow(unused_doc_comment)]
fn extract_backtrace(e: &(::std::error::Error + Send + 'static))
Copy link
Contributor

Choose a reason for hiding this comment

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

Hum, do you know why this one is needed? This item doesn't have a doc.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

But it can because of its meta and then we'll have the issue.

@Yamakaky
Copy link
Contributor

Also, could you update the changelog?

@GuillaumeGomez
Copy link
Contributor Author

Sure.

@GuillaumeGomez
Copy link
Contributor Author

Done.

@Yamakaky Yamakaky merged commit 1cf15e6 into rust-lang-deprecated:master Jul 28, 2017
@Yamakaky
Copy link
Contributor

Thanks!

@GuillaumeGomez GuillaumeGomez deleted the fix-doc-comments branch July 28, 2017 10:12
@GuillaumeGomez
Copy link
Contributor Author

Can we make a small release (0.0.x) so I can update cargo dependency please?

@Yamakaky
Copy link
Contributor

I'll see that in this evening CEST.

@GuillaumeGomez
Copy link
Contributor Author

Any news? :)

@Yamakaky
Copy link
Contributor

Right, on it ^^

@GuillaumeGomez
Copy link
Contributor Author

Thanks! :)

@Yamakaky
Copy link
Contributor

0.11.0-rc.1 published.

My bad, I should have checked: could you fix https://travis-ci.org/brson/error-chain/jobs/258678124#L322-L334?

@GuillaumeGomez
Copy link
Contributor Author

Ah right, sorry. I was testing with my own rustc version so I didn't saw it. Sending the fix.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants