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
Label
Filter by label
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Milestones
Filter by milestone
Assignee
Filter by who’s assigned
Sort

Issues list

Footnote links in short descriptions do not work C-bug Category: This is a bug.
#109024 opened Mar 11, 2023 by ojeda
very slow type_check_crate stage after error is already thrown I-compilemem Problems and improvements with respect to memory usage during compilation. I-compiletime Problems and improvements with respect to compile times.
#109023 opened Mar 11, 2023 by matthiaskrgr
Failed to normalize closure with TAIT C-bug Category: This is a bug. F-type_alias_impl_trait `#[feature(type_alias_impl_trait)]` I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ requires-nightly This issue requires a nightly compiler in some way. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#109020 opened Mar 11, 2023 by Jules-Bertholet
return_position_impl_trait_in_trait lifetimes on self C-bug Category: This is a bug.
#109016 opened Mar 11, 2023 by gilescope
Compiling drop(Box<large array>) causes runaway compiler memory usage C-bug Category: This is a bug. I-compilemem Problems and improvements with respect to memory usage during compilation.
#109004 opened Mar 10, 2023 by adlerd
Getting different output for the same program depending on compiler setting A-codegen Area: Code generation A-lto Area: Link Time Optimization C-bug Category: This is a bug. O-AVR Target: AVR processors (ATtiny, ATmega, etc.)
#109000 opened Mar 10, 2023 by xphoniex
trait object: specific use case of variance and/or coercion A-dst Area: Dynamically Sized Types A-traits Area: Trait system C-bug Category: This is a bug.
#108999 opened Mar 10, 2023 by plafer
Inconsistent behavior of auto_traits+negative_impls across crates. A-auto-traits Area: auto traits (`auto trait Send`) A-traits Area: Trait system C-bug Category: This is a bug. F-auto_traits `#![feature(auto_traits)]` F-negative_impls #![feature(negative_impls)]
#108995 opened Mar 10, 2023 by booti386
Diagnostic message for std trait implementation includes unstable std type A-diagnostics Area: Messages for errors, warnings, and lints A-suggestion-diagnostics Area: suggestions generated by the compiler applied by cargo fix T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#108994 opened Mar 10, 2023 by ChrisDenton
rustdoc: Don't hide bugs in clean_extern_crate C-cleanup Category: PRs that clean code up or issues documenting cleanup. E-easy Call for participation: Experience needed to fix: Easy / not much (good first issue) T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#108987 opened Mar 10, 2023 by jyn514
Tracking Issue for fs_native_path 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.
#108979 opened Mar 10, 2023 by ChrisDenton
3 tasks
1.68.0 emits STATUS_ILLEGAL_INSTRUCTION on build C-bug Category: This is a bug. O-windows-msvc Toolchain: MSVC, Operating system: Windows
#108978 opened Mar 10, 2023 by rozensoftware
Always inline functions don't have correct source line information under the VS debugger A-debuginfo Area: Debugging information in compiled programs (DWARF, PDB, etc.) C-bug Category: This is a bug. O-windows-msvc Toolchain: MSVC, Operating system: Windows
#108972 opened Mar 10, 2023 by xTachyon
Stable fails to build a crate: trimmed_def_paths constructed but no error emitted; use DelayDm for lints or with_no_trimmed_paths for debugging C-bug Category: This is a bug. I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ I-prioritize Indicates that prioritization has been requested for this issue regression-from-stable-to-stable Performance or correctness regression from one stable version to another. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#108970 opened Mar 10, 2023 by wiktor-k
openssl-sys cross-compilation from MacOS to aarch64-unknown-linux-musl error C-bug 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.
#108969 opened Mar 10, 2023 by Selyatin
Tracking Issue for decoupling from github actions environment variables in bootstrap C-tracking-issue Category: A tracking issue for an RFC or an unstable feature. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#108966 opened Mar 10, 2023 by albertlarsan68
2 tasks
rustc sometimes constant-folds math method calls but still emits a call anyway A-codegen Area: Code generation A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. C-bug Category: This is a bug. I-slow Problems and improvements with respect to performance of generated code.
#108965 opened Mar 10, 2023 by jorendorff
ICE: inherent_associated_types, IOOB, snapshot vec C-bug Category: This is a bug. F-inherent_associated_types `#![feature(inherent_associated_types)]` I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ requires-nightly This issue requires a nightly compiler in some way. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#108957 opened Mar 9, 2023 by matthiaskrgr
"correct return type" help shouldn't include 'static A-diagnostics Area: Messages for errors, warnings, and lints A-suggestion-diagnostics Area: suggestions generated by the compiler applied by cargo fix D-invalid-suggestion A structured suggestion resulting in incorrect code T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#108953 opened Mar 9, 2023 by scottmcm
ICE in adt_const_params: panicked at 'const parameter types cannot be generic' A-const-generics Area: const generics (parameters and arguments) C-bug Category: This is a bug. F-adt_const_params `#![feature(adt_const_params)]` 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.
#108952 opened Mar 9, 2023 by asquared31415
rust 1.68.0 install fails with missing llvm-tools if using external llvm C-bug Category: This is a bug. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#108948 opened Mar 9, 2023 by jpalus
Projections fail to unify projections in related obligations A-associated-items Area: Associated items such as associated types and consts. C-bug Category: This is a bug.
#108933 opened Mar 9, 2023 by AnthonyMikh
Rust match bound non-exhaustive patterns when all possible patterns for char are handled A-exhaustiveness-checking Relating to exhaustiveness / usefulness checking of patterns A-patterns Relating to patterns and pattern matching C-enhancement Category: An issue proposing an enhancement or a PR with one.
#108932 opened Mar 9, 2023 by Arthurdw
ProTip! Add no:assignee to see everything that’s not assigned.