-
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
Warn that Area: Attributes (`#[…]`, `#![…]`)
A-diagnostics
Area: Messages for errors, warnings, and lints
L-deprecated
Lint: deprecated
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#[deprecated]
does not work on re-exports
A-attributes
#142436
opened Jun 12, 2025 by
kpreid
npm GETs in CI can be flaky, can we cache them?
A-CI
Area: Our Github Actions CI
A-rustdoc-js
Area: Rustdoc's JS front-end
A-spurious
Area: Spurious failures in builds (spuriously == for no apparent reason)
C-bug
Category: This is a bug.
T-rustdoc-frontend
Relevant to the rustdoc-frontend team, which will review and decide on the web UI/UX output.
#142433
opened Jun 12, 2025 by
workingjubilee
regression: cannot find type Category: This is a bug.
I-prioritize
Issue: Indicates that prioritization has been requested for this issue.
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
regression-from-stable-to-beta
Performance or correctness regression from stable to beta.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
SourceFile
in crate proc_macro
C-bug
regression: Area: Attributes (`#[…]`, `#![…]`)
C-bug
Category: This is a bug.
I-prioritize
Issue: Indicates that prioritization has been requested for this issue.
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
regression-from-stable-to-beta
Performance or correctness regression from stable to beta.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
Atomic
is ambiguous
A-attributes
regression: Area: Attributes (`#[…]`, `#![…]`)
C-bug
Category: This is a bug.
I-prioritize
Issue: Indicates that prioritization has been requested for this issue.
regression-from-stable-to-beta
Performance or correctness regression from stable to beta.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#![feature]
may not be used on the beta release channel
A-attributes
regression: thread 'rustc' panicked, assertion Category: This is a bug.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
I-prioritize
Issue: Indicates that prioritization has been requested for this issue.
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
regression-from-stable-to-beta
Performance or correctness regression from stable to beta.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
left != right
failed
C-bug
regression: error[E0277]: the trait bound Area: All kinds of macros (custom derive, macro_rules!, proc macros, ..)
A-proc-macros
Area: Procedural macros
C-bug
Category: This is a bug.
I-prioritize
Issue: Indicates that prioritization has been requested for this issue.
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
regression-from-stable-to-beta
Performance or correctness regression from stable to beta.
Entity: AdapterExt
is not satisfied
A-macros
ICE: Category: This is a bug.
F-lazy_type_alias
`#![feature(lazy_type_alias)]`
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.
overflow expanding free alias type
C-bug
#142419
opened Jun 12, 2025 by
matthiaskrgr
When should Category: This is a bug.
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
O-SystemZ
Target: SystemZ processors (s390x)
cfg(target_feature = "backchain")
(s390x target feature) be enabled?
C-bug
#142412
opened Jun 12, 2025 by
RalfJung
ReadDir on Windows can return error infinitely when run on removable path
C-bug
Category: This is a bug.
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
O-windows
Operating system: Windows
#142411
opened Jun 12, 2025 by
vthib
Writing to a static is somehow allowed while initializing that same static.
A-const-eval
Area: Constant evaluation, covers all const contexts (static, const fn, ...)
C-bug
Category: This is a bug.
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
#142404
opened Jun 12, 2025 by
theemathas
rustc suggests in non-user-defined external library
C-bug
Category: This is a bug.
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
#142403
opened Jun 12, 2025 by
xizheyin
match
on uninhabited type has strange behavior
A-patterns
#142394
opened Jun 12, 2025 by
theemathas
Give This issue may need triage. Remove it if it has been sufficiently triaged.
resolve_const_param_in_non_trivial_anon_const
more contextual information
needs-triage
#142387
opened Jun 11, 2025 by
compiler-errors
ICE of SIGILL/STATUS_ILLEGAL_INSTRUCTION when compiling static variables with 2MB alignment targeting Windows
A-LLVM
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
C-bug
Category: This is a bug.
I-crash
Issue: The compiler crashes (SIGSEGV, SIGABRT, etc). Use I-ICE instead when the compiler panics.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#142386
opened Jun 11, 2025 by
chris-oo
primitive:pointer is inflexible in type based search
A-rustdoc-search
Area: Rustdoc's search feature
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
T-rustdoc-frontend
Relevant to the rustdoc-frontend team, which will review and decide on the web UI/UX output.
#142385
opened Jun 11, 2025 by
lolbinarycat
ICE Normalizing &'^0.Named(DefId(..::foo::'_), "'_") u32 without wrapping in a Category: This is a bug.
F-generic_const_parameter_types
`#![feature(generic_const_parameter_types)]`
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.
Binder
C-bug
#142382
opened Jun 11, 2025 by
matthiaskrgr
Const generic type inference works when it should not
A-inference
Area: Type inference
C-bug
Category: This is a bug.
F-generic_const_exprs
`#![feature(generic_const_exprs)]`
P-low
Low priority
requires-incomplete-features
This issue requires the use of incomplete features.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#142378
opened Jun 11, 2025 by
nazar-pc
Load Area: The testsuite used to check the correctness of rustc
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
T-rustdoc-frontend
Relevant to the rustdoc-frontend team, which will review and decide on the web UI/UX output.
storage.js
in rustdoc-js
and rustdoc-js-std
test suites.
A-testsuite
#142376
opened Jun 11, 2025 by
lolbinarycat
Inconsistent optimization remarks from rustc
A-diagnostics
Area: Messages for errors, warnings, and lints
A-LLVM
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
C-bug
Category: This is a bug.
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#142375
opened Jun 11, 2025 by
yugr
rustdoc-json: multiple package versions clobber their output paths
A-rustdoc-json
Area: Rustdoc JSON backend
C-bug
Category: This is a bug.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
#142370
opened Jun 11, 2025 by
kornelski
Tracking issue for release notes of #138016: Added This issue may need triage. Remove it if it has been sufficiently triaged.
relnotes
Marks issues that should be documented in the release notes of the next release.
relnotes-tracking-issue
Marks issues tracking what text to put in release notes.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
Clone
implementation for ChunkBy
needs-triage
#142363
opened Jun 11, 2025 by
rustbot
Cleanup: make the Category: PRs that clean code up or issues documenting cleanup.
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
self-contained
path within sysroot calculation more principled
C-cleanup
#142361
opened Jun 11, 2025 by
jieyouxu
Unconditionnal recursion not reported when using derive macros
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.
#142360
opened Jun 11, 2025 by
bleycommits
Incorrect suggestion for incompatible match arm types
A-diagnostics
Area: Messages for errors, warnings, and lints
A-macros
Area: All kinds of macros (custom derive, macro_rules!, proc macros, ..)
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#142359
opened Jun 11, 2025 by
jjl9807
Previous Next
ProTip!
Updated in the last three days: updated:>2025-06-09.