-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Issues: rust-lang/rust
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
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
Document what a "dangling pointer" is
A-docs
Area: Documentation for any part of the project, including the compiler, standard library, and tools
E-hard
Call for participation: Hard difficulty. Experience needed to fix: A lot.
E-help-wanted
Call for participation: Help is requested to fix this issue.
L-dangling_pointers_from_temporaries
Lint: dangling_pointers_from_temporaries
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
T-opsem
Relevant to the opsem team
#132286
opened Oct 28, 2024 by
Urgau
3 tasks
Use Area: Lints (warnings about flaws in source code) such as unused_mut.
C-cleanup
Category: PRs that clean code up or issues documenting cleanup.
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
E-mentor
Call for participation: This issue has a mentor. Use #t-compiler/help on Zulip for discussion.
L-dangling_pointers_from_temporaries
Lint: dangling_pointers_from_temporaries
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
rustc
attrs in dangling_pointers_from_temporaries
lint
A-lints
#132281
opened Oct 28, 2024 by
Urgau
dangling_pointers_from_temporaries
lint is imprecise (false positives and false negatives)
A-FFI
#78691
opened Nov 3, 2020 by
jrmuizel
ProTip!
Type g p on any issue or pull request to go back to the pull request listing page.