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

Opt-in support for const generics #113

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

MOZGIII
Copy link

@MOZGIII MOZGIII commented Aug 31, 2019

Implements an opt-in support for const generics for ring buffer implementation.

rust-lang/rust#44580

@MOZGIII MOZGIII force-pushed the const_generics branch 2 times, most recently from 6304862 to 8785759 Compare August 31, 2019 08:53
@MOZGIII
Copy link
Author

MOZGIII commented Dec 1, 2019

Hello, can we merge this?

@MOZGIII
Copy link
Author

MOZGIII commented Dec 1, 2019

@mitchmindtree

@@ -13,6 +13,8 @@
#![cfg_attr(not(feature = "std"), no_std)]
#![cfg_attr(not(feature = "std"), feature(alloc, core_intrinsics))]

#![cfg_attr(feature = "const_generics", feature(const_generics))]
Copy link
Member

Choose a reason for hiding this comment

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

This should probably be min_const_generics now. It has a large chance of being stabilized soon.

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