Add inline_const feature flag

This commit is contained in:
Santiago Pastorino 2020-09-21 16:10:31 -03:00
parent 6999ff33c9
commit 3c4ad55082
No known key found for this signature in database
GPG key ID: 8131A24E0C79EFAF
5 changed files with 19 additions and 0 deletions

View file

@ -598,6 +598,9 @@ declare_features! (
/// Allows `#[instruction_set(_)]` attribute
(active, isa_attribute, "1.48.0", Some(74727), None),
/// Allow anonymous constants from an inline `const` block
(active, inline_const, "1.49.0", Some(76001), None),
// -------------------------------------------------------------------------
// feature-group-end: actual feature gates
// -------------------------------------------------------------------------