Skip to content

Implement the min_const_fn feature gate#53604

Merged
bors merged 6 commits intorust-lang:masterfrom
oli-obk:min_const_fn
Sep 1, 2018
Merged

Implement the min_const_fn feature gate#53604
bors merged 6 commits intorust-lang:masterfrom
oli-obk:min_const_fn

Conversation

@oli-obk
Copy link
Contributor

@oli-obk oli-obk commented Aug 22, 2018

cc @RalfJung @eddyb

r? @Centril

implements the feature gate for #53555

I added a hack so the const_fn feature gate also enables the min_const_fn feature gate. This ensures that nightly users of const_fn don't have to touch their code at all.

The min_const_fn checks are run first, and if they succeeded, the const_fn checks are run additionally to ensure we didn't miss anything.

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

10 participants