Skip to content

Issues: rust-lang/rust

Draft release notes for 1.88.0
#141598 opened May 26, 2025 by Mark-Simulacrum
Open 9
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
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Assigned to nobody Loading
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 rustc attrs in dangling_pointers_from_temporaries lint A-lints 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.
#132281 opened Oct 28, 2024 by Urgau
dangling_pointers_from_temporaries lint is imprecise (false positives and false negatives) A-FFI Area: Foreign function interface (FFI) A-lints Area: Lints (warnings about flaws in source code) such as unused_mut. C-bug Category: This is a bug. L-dangling_pointers_from_temporaries Lint: dangling_pointers_from_temporaries L-false-positive Lint: False positive (should not have fired). T-lang Relevant to the language team, which will review and decide on the PR/issue.
#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.