Skip to content

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

#![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