#![feature(const_fn)]
doesn't work
#77134
Labels
A-const-eval
Area: Constant evaluation, covers all const contexts (static, const fn, ...)
B-unstable
Blocker: Implemented in the nightly compiler and unstable.
C-bug
Category: This is a bug.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
I tried this code:
I expected to see this happen: Compilable
Instead, this happened:
Meta
rustc --version --verbose
:I found this bug when I was trying to build linked-list-allocator crate.
cargo-bisect-rustc
: https://gist.github.com/toku-sa-n/0b8e18d78c625ee1dd6b9fe630bed7ceThe text was updated successfully, but these errors were encountered: