-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
RPITITs may imply unsound outlives for late-bound args in signature
A-impl-trait
Area: `impl Trait`. Universally / existentially quantified anonymous types with static dispatch.
C-bug
Category: This is a bug.
F-return_position_impl_trait_in_trait
`#![feature(return_position_impl_trait_in_trait)]`
I-prioritize
Issue: Indicates that prioritization has been requested for this issue.
I-unsound
Issue: A soundness hole (worst kind of bug), see: https://en.wikipedia.org/wiki/Soundness
T-types
Relevant to the types team, which will review and decide on the PR/issue.
#133427
opened Nov 24, 2024 by
compiler-errors
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.
item_name: no name for DefPath
C-bug
#133426
opened Nov 24, 2024 by
matthiaskrgr
ICE: 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.
error: internal compiler error: expected use<..> to undercapture in an impl opaque
C-bug
#133425
opened Nov 24, 2024 by
matthiaskrgr
Spurious miri library rwlock test failure?
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.
#133421
opened Nov 24, 2024 by
jieyouxu
Tracking Issue for asm_experimental_reg
A-inline-assembly
Area: Inline assembly (`asm!(…)`)
C-tracking-issue
Category: A tracking issue for an RFC or an unstable feature.
#133416
opened Nov 24, 2024 by
taiki-e
2 tasks
apple-m3 detected as the native CPU for nightly rustc on apple-m4
A-LLVM
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
C-external-bug
Category: issue that is caused by bugs in software beyond our control
O-AArch64
Armv8-A or later processors in AArch64 mode
O-apple
Operating system: Apple (macOS, iOS, tvOS, visionOS, watchOS)
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#133414
opened Nov 24, 2024 by
mmizutani
Confusing diagnostic for stray lifetime in tuple struct
A-diagnostics
Area: Messages for errors, warnings, and lints
A-parser
Area: The parsing of Rust source code to an AST
D-confusing
Diagnostics: Confusing error or lint that should be reworked.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#133413
opened Nov 24, 2024 by
Dylan-DPC
Tracking Issue for Category: A tracking issue for an RFC or an unstable feature.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
lock_value_accessors
C-tracking-issue
#133407
opened Nov 24, 2024 by
EFanZh
3 tasks
Path::file_stem()
does not work with directories that contain dots
A-filesystem
#133399
opened Nov 23, 2024 by
hacknus
Const generic is incorrectly inferred
C-bug
Category: This is a bug.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
T-types
Relevant to the types team, which will review and decide on the PR/issue.
#133390
opened Nov 23, 2024 by
Pascal-So
Check for Area: trait objects, vtable layout
C-bug
Category: This is a bug.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
T-types
Relevant to the types team, which will review and decide on the PR/issue.
dyn
providing all of its projections is incomplete w.r.t. different supertrait substitutions
A-trait-objects
#133388
opened Nov 23, 2024 by
compiler-errors
Compile time error, for structs with lifetime and trait functions that have a where clause
C-discussion
Category: Discussion or questions that doesn't represent real issues.
#133387
opened Nov 23, 2024 by
mematthias
Tracking issue for release notes of #132611: Add Area: Async & Await
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-lang
Relevant to the language team, which will review and decide on the PR/issue.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
AsyncFn*
to to the prelude in all editions
A-async-await
Tracking issue for release notes of #130843: Tracking Issue for Area: Constant evaluation (MIR interpretation)
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-lang
Relevant to the language team, which will review and decide on the PR/issue.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
WG-const-eval
Working group: Const evaluation
#![feature(const_float_methods)]
A-const-eval
#133383
opened Nov 23, 2024 by
rustbot
3 tasks
Adjust Area: The `rust.download-rustc` build option.
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)
rust.download-rustc
to be not incompatible with rust.debug-assertions
once alt rustc is built with debug assertions
A-download-rustc
#133381
opened Nov 23, 2024 by
jieyouxu
Invalid method call removal suggested when collecting Area: Messages for errors, warnings, and lints
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
&str
s into String
s
A-diagnostics
#133380
opened Nov 23, 2024 by
cyrgani
Tracking issue for release notes of #133374: show abi_unsupported_vector_types lint in future breakage reports
A-ABI
Area: Concerning the application binary interface (ABI)
A-lint
Area: Lints (warnings about flaws in source code) such as unused_mut.
A-SIMD
Area: SIMD (Single Instruction Multiple Data)
A-target-feature
Area: Enabling/disabling target features like AVX, Neon, etc.
L-abi_unsupported_vector_types
Lint: abi_unsupported_vector_types
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-lang
Relevant to the language team, which will review and decide on the PR/issue.
Tracking issue for release notes of #133349: Stabilize the 2024 edition
A-edition-2024
Area: The 2024 edition
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-lang
Relevant to the language team, which will review and decide on the PR/issue.
Coherence with object types with overlapping supertrait projections is incomplete
A-coherence
Area: Coherence
A-trait-objects
Area: trait objects, vtable layout
C-bug
Category: This is a bug.
I-unsound
Issue: A soundness hole (worst kind of bug), see: https://en.wikipedia.org/wiki/Soundness
P-high
High priority
T-types
Relevant to the types team, which will review and decide on the PR/issue.
#133361
opened Nov 23, 2024 by
compiler-errors
Overflow while adding drop-check rules on a generic tree
C-bug
Category: This is a bug.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
T-types
Relevant to the types team, which will review and decide on the PR/issue.
#133356
opened Nov 23, 2024 by
cyypherus
rustc hangs with gordian knot of trait bounds
A-trait-system
Area: Trait system
C-bug
Category: This is a bug.
fixed-by-next-solver
Fixed by the next-generation trait solver, `-Znext-solver`.
I-compiletime
Issue: Problems and improvements with respect to compile times.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#133354
opened Nov 23, 2024 by
alex
Tracking issue for release notes of #128934: Non-exhaustive structs may be empty
A-exhaustiveness-checking
Relating to exhaustiveness / usefulness checking of patterns
A-patterns
Relating to patterns and pattern matching
F-non_exhaustive
`#![feature(non_exhaustive)]`
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-lang
Relevant to the language team, which will review and decide on the PR/issue.
Tracking issue for release notes of #131188: Do not copy libstd dynamic library to sysroot
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-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Tracking issue for release notes of #123197: Tracking Issue for fn const BuildHasherDefault::new()
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.
#133347
opened Nov 22, 2024 by
rustbot
3 tasks
Previous Next
ProTip!
no:milestone will show everything without a milestone.