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 #![feature(const_generics)] and #![allow(incomplete_features)] #1679

Merged
merged 1 commit into from Jan 17, 2021
Merged

Remove #![feature(const_generics)] and #![allow(incomplete_features)] #1679

merged 1 commit into from Jan 17, 2021

Conversation

ghost
Copy link

@ghost ghost commented Jan 17, 2021

#![feature(min_const_generics)] has been stabilized, so I removed #![feature(const_generics)] and #![allow(incomplete_features)] (I assume Miri is not built by the beta bootstrap compiler so it's fine to just remove them).

The test tests/run-pass/specialization.rs also has a #![allow(incomplete_features)] for #![feature(specialization)]. I think that can be removed and #![feature(specialization)] can be replaced with #![feature(min_specialization)], but I'm not sure whether I should do that because it's a test. Feel free to ask me to remove it if it's fine to do so.

@RalfJung
Copy link
Member

Thanks. :)
@bors r+

For the test I am fine either way, so if you want to change that as well, go ahead.

@bors
Copy link
Collaborator

bors commented Jan 17, 2021

📌 Commit 9949d9e has been approved by RalfJung

@bors
Copy link
Collaborator

bors commented Jan 17, 2021

⌛ Testing commit 9949d9e with merge ba244e3...

@bors
Copy link
Collaborator

bors commented Jan 17, 2021

☀️ Test successful - checks-actions
Approved by: RalfJung
Pushing ba244e3 to master...

@bors bors merged commit ba244e3 into rust-lang:master Jan 17, 2021
@ghost ghost deleted the min-const-generics branch January 17, 2021 16:55
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.

None yet

2 participants