Skip to content
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

Fix nightly build failure (Added RunIgnored) #130

Merged
merged 1 commit into from
Oct 28, 2018

Conversation

phansch
Copy link
Contributor

@phansch phansch commented Oct 28, 2018

The failure was caused by rust-lang/rust#55053

Closes #129

@phansch
Copy link
Contributor Author

phansch commented Oct 28, 2018

I'm not sure about the failure on AppVeyor, it seems unrelated?

@SergioBenitez SergioBenitez merged commit 2ebb521 into Manishearth:master Oct 28, 2018
@phansch phansch deleted the fix_nightly_build_failure branch October 28, 2018 11:20
@@ -143,7 +143,7 @@ pub struct Config {
pub mode: Mode,

/// Run ignored tests
pub run_ignored: bool,
pub run_ignored: RunIgnored,
Copy link
Collaborator

Choose a reason for hiding this comment

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

Is this the right way to fix it? common.rs in rustc/compiletest has this field declared as a bool.

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.

3 participants