Skip to content

Conversation

@sohankunkerkar
Copy link
Contributor

@sohankunkerkar sohankunkerkar commented Apr 21, 2020

Current CI is unable to handle #[cfg(doctest)] tag in the code and throwing the following error:

error[E0658]: `cfg(doctest)` is experimental and subject to change

For more information: (https://travis-ci.org/github/coreos/afterburn/jobs/677790013#L412)

This PR fixes the above issue which is present in the rust v1.40.0 release.

@cgwalters
Copy link
Member

Current CI is unable to handle #[cfg(doctest)] tag in the code and throwing the following error:

Just a clarification: I think this is actually only happening when we pull in a new libsystemd-rs and one of its dependencies transitively goes to xml-rs which recently did this: netvl/xml-rs#185

But anyways, LGTM!

@cgwalters cgwalters merged commit bdaf33d into coreos:master Apr 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants