Skip to content

Issues: rust-lang/rust

Draft release notes for 1.86.0
#138795 opened Mar 21, 2025 by cuviper
Open 14
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
Sort

Issues list

Emit unused_attributes for #[inline] on exported functions A-attributes Area: Attributes (`#[…]`, `#![…]`) L-unused_attributes Lint: unused_attributes S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#138842 opened Mar 22, 2025 by Noratrieb Loading…
Diagnostics error in interaction between #[optimize(..)] and #[no_sanitize(..)] A-attributes Area: Attributes (`#[…]`, `#![…]`) A-diagnostics Area: Messages for errors, warnings, and lints T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#137950 opened Mar 3, 2025 by jdonszelmann
ICE: expr in place where literal is expected (builtin attr parsing) A-attributes Area: Attributes (`#[…]`, `#![…]`) C-bug Category: This is a bug. I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#137687 opened Feb 26, 2025 by matthiaskrgr
ICE: parse: builtin attribute "stable" not handled by CheckAttrVisitor A-attributes Area: Attributes (`#[…]`, `#![…]`) C-bug Category: This is a bug. I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#137590 opened Feb 25, 2025 by matthiaskrgr
allow_internal_unstable valid on non proc-macros A-attributes Area: Attributes (`#[…]`, `#![…]`) C-bug Category: This is a bug. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#133791 opened Dec 3, 2024 by jdonszelmann
Multiple alignments on functions (#![feature(fn_align)]) A-align Area: alignment control (`repr(align(N))` and so on) A-repr Area: the `#[repr(stuff)]` attribute C-bug Category: This is a bug. F-fn_align `#![feature(fn_align)]` T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#132464 opened Nov 1, 2024 by jdonszelmann
ICE: no non-'#[track_caller]' frame found A-attributes Area: Attributes (`#[…]`, `#![…]`) A-const-eval Area: Constant evaluation, covers all const contexts (static, const fn, ...) C-bug Category: This is a bug. I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ S-bug-has-test Status: This bug is tracked inside the repo by a `known-bug` test. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#131787 opened Oct 16, 2024 by matthiaskrgr
Tracking issue: Attribute refactor A-ast Area: AST A-attributes Area: Attributes (`#[…]`, `#![…]`) C-discussion Category: Discussion or questions that doesn't represent real issues. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#131229 opened Oct 4, 2024 by jdonszelmann
7 of 8 tasks
Implement a lint for implicit autoref of raw pointer dereference - take 2 A-attributes Area: Attributes (`#[…]`, `#![…]`) I-lang-nominated Nominated for discussion during a lang team meeting. S-waiting-on-team Status: Awaiting decision from the relevant subteam (see the T-<team> label). T-lang Relevant to the language team, which will review and decide on the PR/issue.
#123239 opened Mar 30, 2024 by Urgau Loading…
ProTip! Exclude everything labeled bug with -label:bug.