Skip to content

Fix nightly build failure (Added RunIgnored)#130

Merged
SergioBenitez merged 1 commit intoManishearth:masterfrom
phansch:fix_nightly_build_failure
Oct 28, 2018
Merged

Fix nightly build failure (Added RunIgnored)#130
SergioBenitez merged 1 commit intoManishearth:masterfrom
phansch:fix_nightly_build_failure

Conversation

@phansch
Copy link
Copy Markdown
Contributor

@phansch phansch commented Oct 28, 2018

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

Closes #129

@phansch
Copy link
Copy Markdown
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
Comment thread src/common.rs

/// Run ignored tests
pub run_ignored: bool,
pub run_ignored: RunIgnored,
Copy link
Copy Markdown
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