Skip to content

Issues: rust-lang/rust

Beta
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

Warn that #[deprecated] does not work on re-exports A-attributes 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.
#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 SourceFile in crate proc_macro 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-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#142428 opened Jun 12, 2025 by BoxyUwU 1.88.0
regression: Atomic is ambiguous A-attributes 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.
#142427 opened Jun 12, 2025 by BoxyUwU 1.88.0
regression: #![feature] may not be used on the beta release channel A-attributes 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.
#142426 opened Jun 12, 2025 by BoxyUwU 1.88.0
regression: thread 'rustc' panicked, assertion left != right failed C-bug 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.
#142425 opened Jun 12, 2025 by BoxyUwU 1.88.0
regression: error[E0277]: the trait bound Entity: AdapterExt is not satisfied A-macros 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.
#142424 opened Jun 12, 2025 by BoxyUwU 1.88.0
ICE: overflow expanding free alias type C-bug 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.
#142419 opened Jun 12, 2025 by matthiaskrgr
When should cfg(target_feature = "backchain") (s390x target feature) be enabled? C-bug 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)
#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 Relating to patterns and pattern matching C-bug Category: This is a bug. needs-triage This issue may need triage. Remove it if it has been sufficiently triaged.
#142394 opened Jun 12, 2025 by theemathas
Give resolve_const_param_in_non_trivial_anon_const more contextual information needs-triage This issue may need triage. Remove it if it has been sufficiently triaged.
#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 Binder C-bug 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.
#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 storage.js in rustdoc-js and rustdoc-js-std test suites. A-testsuite 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.
#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 Clone implementation for ChunkBy needs-triage 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.
#142363 opened Jun 11, 2025 by rustbot
Cleanup: make the self-contained path within sysroot calculation more principled C-cleanup 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)
#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
ProTip! Updated in the last three days: updated:>2025-06-09.