-
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
Unstable Book: const_caller_location leads to a closed tracking issue #76105
Comments
You could make this issue an tracking issue for that feature. rust/library/core/src/panic.rs Line 235 in b1d092c
|
Thanks for the suggestion, I'll create another issue as tracking so I don't have to edit this one and so this conversation does not look out of place, then make a PR. |
Dylan-DPC-zz
pushed a commit
to Dylan-DPC-zz/rust
that referenced
this issue
Sep 5, 2020
…racking_issue, r=joshtriplett Update tracking issue for const_caller_location Update the tracking issue to rust-lang#76156, as suggested in rust-lang#76105.
Dylan-DPC-zz
pushed a commit
to Dylan-DPC-zz/rust
that referenced
this issue
Sep 6, 2020
…racking_issue, r=joshtriplett Update tracking issue for const_caller_location Update the tracking issue to rust-lang#76156, as suggested in rust-lang#76105.
bors
added a commit
to rust-lang-ci/rust
that referenced
this issue
Sep 6, 2020
…cking_issue, r=joshtriplett Update tracking issue for const_caller_location Update the tracking issue to rust-lang#76156, as suggested in rust-lang#76105.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In Unstable Book the section const_caller_location leads to a closed tracking issue #47809 about a general caller tracking. There is a forked new issue about tracking callers for closures, but it seems unrelated to working in const functions.
This functionality is still not stabilized, because trying to use it like this:
gives error:
Thus it looks like
const_caller_location
should have its own tracking issue.The text was updated successfully, but these errors were encountered: