Skip to content

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
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
Sort

Issues list

Const generic is incorrectly inferred C-bug Category: This is a bug. needs-triage This issue may need triage. Remove it if it has been sufficiently triaged.
#133390 opened Nov 23, 2024 by Pascal-So
Check for dyn providing all of its projections is incomplete w.r.t. different supertrait substitutions A-trait-objects 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.
#133388 opened Nov 23, 2024 by compiler-errors
Compile time error, for structs with lifetime and trait functions that have a where clause C-bug Category: This is a bug. needs-triage This issue may need triage. Remove it if it has been sufficiently triaged.
#133387 opened Nov 23, 2024 by mematthias
Tracking issue for release notes of #132611: Add AsyncFn* to to the prelude in all editions A-async-await 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.
#133385 opened Nov 23, 2024 by rustbot
3 tasks
Tracking issue for release notes of #130843: Tracking Issue for #![feature(const_float_methods)] A-const-eval 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
#133383 opened Nov 23, 2024 by rustbot
3 tasks
Adjust rust.download-rustc to be not incompatible with rust.debug-assertions once alt rustc is built with debug assertions A-download-rustc 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)
#133381 opened Nov 23, 2024 by jieyouxu
Invalid method call removal suggested when collecting &strs into Strings 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.
#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.
#133376 opened Nov 23, 2024 by rustbot
1 of 3 tasks
Panic in program S-needs-info Status: The issue lacks details necessary to triage or act on it. S-needs-repro Status: This issue has no reproduction and needs a reproduction to make progress.
#133373 opened Nov 23, 2024 by panjibae
1 of 4 tasks
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.
#133364 opened Nov 23, 2024 by rustbot
3 tasks
1.85.0
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. needs-triage This issue may need triage. Remove it if it has been sufficiently triaged.
#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.
#133353 opened Nov 22, 2024 by rustbot
3 tasks
1.83.0
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.
#133352 opened Nov 22, 2024 by rustbot
3 tasks
1.83.0
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
Command-line -F then -A lint-level flags behave inconsistently versus in-source #[forbid(..)] then #[allow(..)] lint-level attributes A-attributes Area: Attributes (`#[…]`, `#![…]`) A-CLI Area: Command-line interface (CLI) to the compiler A-lint Area: Lints (warnings about flaws in source code) such as unused_mut. 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. T-lang Relevant to the language team, which will review and decide on the PR/issue.
#133346 opened Nov 22, 2024 by jieyouxu
invalid suggestions when the name could not be resolved in derive macro output 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.
#133344 opened Nov 22, 2024 by nagisa
Confusing error message when using re-exported struct [E0423] 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.
#133343 opened Nov 22, 2024 by PitiBouchon
AtomicUsize::from_mut has incorrect alignment requirements in docs A-docs Area: documentation for any part of the project, including the compiler, standard library, and tools T-libs Relevant to the library team, which will review and decide on the PR/issue.
#133342 opened Nov 22, 2024 by CatsAreFluffy
change TypingMode to use pointer tagging C-cleanup Category: PRs that clean code up or issues documenting cleanup.
#133336 opened Nov 22, 2024 by lcnr
Tracking issue for release notes of #133293: Updates Solaris target information, adds Solaris maintainer O-solaris Operating system: Solaris 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.
#133335 opened Nov 22, 2024 by rustbot
3 tasks
Tracking Issue for relnotes interest group ping group A-meta Area: Issues & PRs about the rust-lang/rust repository itself C-tracking-issue Category: A tracking issue for an RFC or an unstable feature. T-release Relevant to the release subteam, which will review and decide on the PR/issue.
#133334 opened Nov 22, 2024 by jieyouxu
4 of 8 tasks
Tracking Issue for const_array_as_mut_slice C-tracking-issue 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.
#133333 opened Nov 22, 2024 by bjoernager
1 of 3 tasks
"macabi" is not an "ABI" in the same sense as e.g. "gnueabihf" A-targets Area: Concerning the implications of different compiler targets C-bug Category: This is a bug. O-ios Operating system: iOS O-macos Operating system: macOS T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#133331 opened Nov 22, 2024 by workingjubilee
ProTip! Exclude everything labeled bug with -label:bug.