-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Tracking Issue for const_borrow
#91522
Comments
Make `Borrow` and `BorrowMut` impls `const` Tracking issue: rust-lang#91522
Make `Borrow` and `BorrowMut` impls `const` Tracking issue: rust-lang#91522
Make `Borrow` and `BorrowMut` impls `const` Tracking issue: rust-lang#91522
It appears the implementation was removed in 76dbe29#diff-b8d90f158b67cb63e13a53302629ba287759aed739f9e10ee524d5ef8592b9ca. Is there an alternative or a plan to reintroduce the feature? |
According to #110395, it will be restored after `~const' trait is reimplemented. |
Is any part of this feature left after #110393? Cc @fee1-dead That PR removed a lot of |
I can't find any mention of |
Feature gate:
#![feature(const_borrow)]
This is a tracking issue for implementing
const Borrow/BorrowMut
.Public API
Steps / History
Borrow
andBorrowMut
implsconst
#90270Unresolved Questions
The text was updated successfully, but these errors were encountered: