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

remove unused const_fn feature #867

Merged
merged 1 commit into from
May 9, 2021

Conversation

RalfJung
Copy link
Member

I verified that packed-simd still builds with a recent nightly.

I think the const_fn feature in style-servo is probably also unused (and should be removed since we plan to remove that feature flag), but I can't build-test that: it fails to build even on rustc-perf master.

@RalfJung
Copy link
Member Author

Turns out the const_fn in style-servo is dead code (that part of style-servo is not even built by the benchmarks), so probably no need to remove that.

@RalfJung
Copy link
Member Author

Looking at the CI logs, I have no idea how to tell what actually went wrong...

@RalfJung
Copy link
Member Author

RalfJung commented May 9, 2021

@Mark-Simulacrum I updated the PR to remove the const_fn feature also in the ctfe stress test. This feature does not do anything any more; removing it here is needed to land rust-lang/rust#85109.

@Mark-Simulacrum
Copy link
Member

You'll also need to update this commit hash I think - https://github.com/rust-lang/rust/blob/ca82264ec7556a6011b9d3f1b2fd4c7cd0bc8ae2/src/ci/pgo.sh#L15

But merging this for now.

@Mark-Simulacrum Mark-Simulacrum merged commit 1e19fc4 into rust-lang:master May 9, 2021
@RalfJung RalfJung deleted the const_fn branch May 10, 2021 13:00
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