-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
Emit 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.
unused_attributes
for #[inline]
on exported functions
A-attributes
#138842
opened Mar 22, 2025 by
Noratrieb
Loading…
Diagnostics error in interaction between 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.
#[optimize(..)]
and #[no_sanitize(..)]
A-attributes
#137950
opened Mar 3, 2025 by
jdonszelmann
ICE: 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.
expr in place where literal is expected (builtin attr parsing)
A-attributes
#137687
opened Feb 26, 2025 by
matthiaskrgr
ICE: parse: builtin attribute "stable" not handled by 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.
CheckAttrVisitor
A-attributes
#137590
opened Feb 25, 2025 by
matthiaskrgr
allow_internal_unstable
valid on non proc-macros
A-attributes
#133791
opened Dec 3, 2024 by
jdonszelmann
Multiple alignments on functions (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.
#![feature(fn_align)]
)
A-align
#132464
opened Nov 1, 2024 by
jdonszelmann
ICE: 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.
no non-'#[track_caller]' frame found
A-attributes
#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.