Closed
Description
I was under the impression that min_const_generics
should work on stable channel with version 1.51, however using the example code from #79135 I get
error[E0554]: `#![feature]` may not be used on the stable release channel
--> src\main.rs:5:1
|
5 | #![feature(min_const_generics)]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: aborting due to previous error
For more information about this error, try `rustc --explain E0554`.
rustc -Vv output (its the mingw package):
rustc 1.51.0
binary: rustc
commit-hash: unknown
commit-date: unknown
host: x86_64-pc-windows-gnu
release: 1.51.0
LLVM version: 11.0.0