-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Issues: rust-lang/rust
Tracking issue for post stage 0 bootstrap sequence redesign f...
#141901
opened Jun 2, 2025 by
jieyouxu
Open
1
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
Tracking the old name of renamed unstable library features
A-attributes
Area: Attributes (`#[…]`, `#![…]`)
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
#142158
opened Jun 7, 2025 by
xizheyin
Loading…
Refactor Area: Attributes (`#[…]`, `#![…]`)
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
rustc_attr_data_structures
documentation
A-attributes
#142082
opened Jun 5, 2025 by
xizheyin
Loading…
Lexer: check in Status: Awaiting review from the assignee but also interested parties.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
advance_token
to avoid regard spare ##
as GardedStrPrefix
S-waiting-on-review
#141028
opened May 15, 2025 by
xizheyin
Loading…
start properly testing attributes in positions
A-attributes
Area: Attributes (`#[…]`, `#![…]`)
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Exhaustively handle parsed attributes in CheckAttr
A-attributes
Area: Attributes (`#[…]`, `#![…]`)
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#140372
opened Apr 27, 2025 by
mejrs
Loading…
Consistently print attribute paths
A-attributes
Area: Attributes (`#[…]`, `#![…]`)
#140294
opened Apr 25, 2025 by
jdonszelmann
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) ❄️
P-medium
Medium priority
regression-from-stable-to-stable
Performance or correctness regression from one stable version to another.
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
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
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
ProTip!
Exclude everything labeled
bug
with -label:bug.