The Wayback Machine - https://web.archive.org/web/20230605120521/https://github.com/rust-lang/rust/issues
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

Beta rustc warns on missing documentation for an extern crate even though the docstring is not used by rustdoc T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#112308 opened Jun 5, 2023 by elinorbgr
ICE: report_selection_error did not emit an 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.
#112293 opened Jun 4, 2023 by matthiaskrgr
field is never read warning doesn't consider Drop implementation A-diagnostics Area: Messages for errors, warnings, and lints 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.
#112290 opened Jun 4, 2023 by lvella
Const generic expressions in type-state-machine does not recognize same type C-bug Category: This is a bug. F-generic_const_exprs `#![feature(generic_const_exprs)]` regression-untriaged Untriaged performance or correctness regression. requires-incomplete-features requires-nightly This issue requires a nightly compiler in some way.
#112289 opened Jun 4, 2023 by Byter09
x check checks rust-analyzer by default C-enhancement Category: An issue proposing an enhancement or a PR with one. E-easy Call for participation: Experience needed to fix: Easy / not much (good first issue) E-mentor Call for participation: This issue has a mentor. Use RustcContributor::new on Zulip for discussion. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#112287 opened Jun 4, 2023 by Nilstrieb
standalone installer rustc-1.70.0 (precompiled binary) segfaults in elf_machine_runtime_setup C-bug Category: This is a bug. 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.
#112286 opened Jun 4, 2023 by gyakovlev 1.70.0
A thread_local! with a const initializer and a panicking drop impl unwinds through an extern "C" frame 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-libs Relevant to the library team, which will review and decide on the PR/issue.
#112285 opened Jun 4, 2023 by saethlin
Suggest code correction for E0446 - private type in public interface 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.
#112284 opened Jun 4, 2023 by nyurik
"Regression" - some static bounds incorrectly compiled in 1.63..=1.67 C-bug Category: This is a bug. I-prioritize Indicates that prioritization has been requested for this issue regression-untriaged Untriaged performance or correctness regression.
#112283 opened Jun 4, 2023 by QuineDot
Suggestion to "surround the struct literal in parentheses" sometimes places the opening parenthesis after the module name 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.
#112278 opened Jun 4, 2023 by bernardosulzbach
librsvg build failure after updating rust C-bug Category: This is a bug. I-prioritize Indicates that prioritization has been requested for this issue regression-untriaged Untriaged performance or correctness regression.
#112275 opened Jun 4, 2023 by Evhorizon 1.70.0
windows-sys generated WinAPI bindings break ARM platforms C-bug Category: This is a bug. I-prioritize Indicates that prioritization has been requested for this issue O-Arm Target: 32-bit Arm processors (armv6, armv7, thumb...), including 64-bit Arm in AArch32 state O-windows-msvc Toolchain: MSVC, Operating system: Windows regression-untriaged Untriaged performance or correctness regression. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#112265 opened Jun 4, 2023 by bdbai
bad suggestion for unused_parens, needs space in replacement A-suggestion-diagnostics Area: suggestions generated by the compiler applied by cargo fix C-bug Category: This is a bug. D-invalid-suggestion A structured suggestion resulting in incorrect code
#112276 opened Jun 4, 2023 by legofanclub
Diagnostic when trying to write exclusive ranges as ..< 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.
#112254 opened Jun 3, 2023 by comex
Diagnostics when trying to do pointer arithmetic like in C 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.
#112252 opened Jun 3, 2023 by comex
ICE: compiler/rustc_borrowck/src/universal_regions.rs:882:36: cannot convert RePlaceholder(Placeholder { bound: BoundRegion { kind: BrNamed}) to a region vid A-borrow-checker Area: The borrow checker 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.
#112250 opened Jun 3, 2023 by smessmer
Type inference fails with adt_const_params and const_generic_exprs for associated types A-const-generics Area: const generics (parameters and arguments) C-bug Category: This is a bug. F-adt_const_params `#![feature(adt_const_params)]` F-generic_const_exprs `#![feature(generic_const_exprs)]`
#112248 opened Jun 3, 2023 by Tehforsch
Nightly: Enabling LTO causes undefined symbols when using build-std -Zbuild-std A-lto Area: Link Time Optimization C-bug Category: This is a bug. requires-custom-config This issue requires custom config/build for rustc in some way T-cargo Relevant to the cargo team, which will review and decide on the PR/issue.
#112245 opened Jun 3, 2023 by newcomb-luke
ice: rustdoc: Znormalize-docs : index out of bounds, snapshot vec C-bug Category: This is a bug. F-normalize-docs -Z normalize-docs I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#112242 opened Jun 3, 2023 by matthiaskrgr
TAIT: "unconstrained opaque type" error when constraining use is unreachable. C-bug Category: This is a bug. F-type_alias_impl_trait `#[feature(type_alias_impl_trait)]`
#112230 opened Jun 3, 2023 by Dirbaio
const param ty should be split into two traits A-const-generics Area: const generics (parameters and arguments) A-patterns Relating to patterns and pattern matching F-adt_const_params `#![feature(adt_const_params)]` 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.
#112221 opened Jun 2, 2023 by BoxyUwU
sizedness of const parameter types A-const-generics Area: const generics (parameters and arguments) F-adt_const_params `#![feature(adt_const_params)]` 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.
#112219 opened Jun 2, 2023 by BoxyUwU
wide pointer/borrow equality for adt_const_params A-const-generics Area: const generics (parameters and arguments) F-adt_const_params `#![feature(adt_const_params)]` 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.
#112218 opened Jun 2, 2023 by BoxyUwU
ProTip! no:milestone will show everything without a milestone.