-
Notifications
You must be signed in to change notification settings - Fork 13k
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
#![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.
Comments
ecstatic-morse
added
A-const-fn
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
labels
Sep 24, 2020
ecstatic-morse
added
the
B-unstable
Blocker: Implemented in the nightly compiler and unstable.
label
Sep 24, 2020
toku-sa-n
added a commit
to toku-sa-n/linked-list-allocator
that referenced
this issue
Sep 24, 2020
toku-sa-n
added a commit
to toku-sa-n/x86_64
that referenced
this issue
Sep 24, 2020
phil-opp
pushed a commit
to rust-osdev/x86_64
that referenced
this issue
Sep 24, 2020
phil-opp
pushed a commit
to rust-osdev/linked-list-allocator
that referenced
this issue
Sep 24, 2020
RalfJung
added
the
A-const-eval
Area: Constant evaluation, covers all const contexts (static, const fn, ...)
label
Dec 1, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: