-
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
Valgrind reports memory leak in runtime with current beta compiler
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.
#138430
opened Mar 12, 2025 by
jfrimmel
allow(unused_variables) doesn't work on struct field bindings in patterns
C-bug
Category: This is a bug.
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
#138428
opened Mar 12, 2025 by
camsteffen
Tracking Issue for the demotion of i686-pc-windows-gnu
A-targets
Area: Concerning the implications of different compiler targets
C-tracking-issue
Category: An issue tracking the progress of sth. like the implementation of an RFC
O-windows
Operating system: Windows
O-windows-gnu
Toolchain: GNU, Operating system: Windows
O-x86_32
Target: x86 processors, 32 bit (like i686-*)
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#138422
opened Mar 12, 2025 by
Noratrieb
1 of 4 tasks
A way to configure always using @argfile for linker invocations
A-linkers
Area: linkers... you gotta love linkers
C-feature-request
Category: A feature request, i.e: not implemented / a PR.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#138421
opened Mar 12, 2025 by
weihanglo
Backport: Merged doctests unused in stable edition 2024
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-untriaged
Untriaged performance or correctness regression.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
#138418
opened Mar 12, 2025 by
notriddle
2 of 4 tasks
ICE: Category: This is a bug.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
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.
self.resolver.get_partial_res(*id)
== None
C-bug
#138415
opened Mar 12, 2025 by
matthiaskrgr
RPITIT with generic const constraint requires implied lifetime bounds to be explicitly specified in impls
C-bug
Category: This is a bug.
F-generic_const_exprs
`#![feature(generic_const_exprs)]`
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
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.
#138411
opened Mar 12, 2025 by
alice-emerson
Lifetime must be 'static, but why?
A-borrow-checker
Area: The borrow checker
A-diagnostics
Area: Messages for errors, warnings, and lints
A-lifetimes
Area: Lifetimes / regions
D-terse
Diagnostics: An error or lint that doesn't give enough information about the problem at hand.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#138408
opened Mar 12, 2025 by
timokoesters
Adding a trait impl for an integer type causes existing code to break with misleading error
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.
#138402
opened Mar 12, 2025 by
zslayton
Better handling of missing closing or opening delimiters, well distinct by type of delimiter
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.
#138401
opened Mar 12, 2025 by
leonardo-m
Integer literal type suggestions do not account for parentheses
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.
#138392
opened Mar 12, 2025 by
cyrgani
rustdoc-json: Don't include Area: Rustdoc JSON backend
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
#[deprecated]
in Item::attrs
, as it's already in Item::deprecation
A-rustdoc-json
#138378
opened Mar 11, 2025 by
aDotInTheVoid
Tracking issue for release notes of #138162: Update the standard library to Rust 2024
A-run-make
Area: port run-make Makefiles to rmake.rs
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
O-windows
Operating system: Windows
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-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.
#138375
opened Mar 11, 2025 by
rustbot
Allow emitting more enums as SSA values
A-codegen
Area: Code generation
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#138373
opened Mar 11, 2025 by
scottmcm
nightly rustc panicked when no Category: This is a bug.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
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.
dyn
before trait in type T =
C-bug
#138369
opened Mar 11, 2025 by
wychlw
Confusing error "the trait bound Area: Messages for errors, warnings, and lints
A-macros
Area: All kinds of macros (custom derive, macro_rules!, proc macros, ..)
D-incorrect
Diagnostics: A diagnostic that is giving misleading or incorrect information.
D-verbose
Diagnostics: Too much output caused by a single piece of incorrect code.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
u8: Termination
is not satisfied" when duplicated function is marked as #[test]
A-diagnostics
#138367
opened Mar 11, 2025 by
karolzwolak
ICE: delegation: index out of bounds
C-bug
Category: This is a bug.
F-fn_delegation
`#![feature(fn_delegation)]`
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
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.
#138362
opened Mar 11, 2025 by
matthiaskrgr
ICE: sty: Category: This is a bug.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
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.
None
C-bug
#138361
opened Mar 11, 2025 by
matthiaskrgr
ICE: no field on type
C-bug
Category: This is a bug.
F-inherent_associated_types
`#![feature(inherent_associated_types)]`
F-min_generic_const_args
`#![feature(min_generic_const_args)]`
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
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.
#138359
opened Mar 11, 2025 by
matthiaskrgr
#[doc(cfg(..)]
does not respect check-cfg
C-bug
#138358
opened Mar 11, 2025 by
clubby789
Tracking Issue for binary_heap::PeekMut::refresh
C-tracking-issue
Category: An issue tracking the progress of sth. like the implementation of an RFC
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
#138355
opened Mar 11, 2025 by
HeroicKatora
1 of 4 tasks
core::ptr::replace implementation is unsound since Rust 1.80
C-bug
Category: This is a bug.
I-unsound
Issue: A soundness hole (worst kind of bug), see: https://en.wikipedia.org/wiki/Soundness
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
T-lang
Relevant to the language team, which will review and decide on the PR/issue.
#138351
opened Mar 11, 2025 by
orlp
Investigate why repr-128-dwarf doesn't fail in CI test jobs
A-compiletest
Area: The compiletest test runner
A-debuginfo
Area: Debugging information in compiled programs (DWARF, PDB, etc.)
A-download-rustc
Area: The `rust.download-rustc` build option.
A-LLVM
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
A-test-infra
Area: test infrastructure (may span bootstrap/compiletest/more)
C-bug
Category: This is a bug.
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
T-infra
Relevant to the infrastructure team, which will review and decide on the PR/issue.
#138334
opened Mar 11, 2025 by
jieyouxu
Should Area: Memory layout of types
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
Option<u128>
use a smaller (maybe usize) tag?
A-layout
#138332
opened Mar 11, 2025 by
scottmcm
non-obvious choices in std IPv6 test creation
A-io
Area: `std::io`, `std::fs`, `std::net` and `std::path`
A-testsuite
Area: The testsuite used to check the correctness of rustc
C-bug
Category: This is a bug.
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
#138328
opened Mar 11, 2025 by
workingjubilee
Previous Next
ProTip!
Type g i on any issue or pull request to go back to the issue listing page.