-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Rename std::borrow #11814
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
Labels
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
Milestone
Comments
|
|
BTW is the word 'region pointers' also obsoleted? |
@omasanori yes, i think references and lifetimes are preferred to both borrowed pointers and regions. |
@brson Thank you. |
Accepted for 1.0, P-backcompat-libs |
bors
added a commit
that referenced
this issue
Jan 30, 2014
flip1995
pushed a commit
to flip1995/rust
that referenced
this issue
Dec 16, 2023
expending lint [`blocks_in_if_conditions`] to check match expr as well closes: rust-lang#11814 changelog: rename lint `blocks_in_if_conditions` to [`blocks_in_conditions`] and expand it to check blocks in match scrutinees
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
We don't call these 'borrowed pointers' anymore, but 'references'. Maybe
std::ref
. Nominating.The text was updated successfully, but these errors were encountered: