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

ICE index out of bounds: the len is 0 but the index is 0 C-bug 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.
#127804 opened Jul 16, 2024 by gurry
internal compiler error: cannot convert '{erased} to a region vid C-bug Category: This is a bug. E-needs-mcve Call for participation: This issue has a repro, but needs a Minimal Complete and Verifiable Example 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.
#127802 opened Jul 16, 2024 by opera-aberglund
Detect boolean literals in logical expressions 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.
#127801 opened Jul 16, 2024 by bvanjoi
The expected type vs. found type in the error one type is more general than the other 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.
#127800 opened Jul 16, 2024 by xmh0511
Adding an impl for type defined outside of crate causes every associated method call to be reported as an 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.
#127798 opened Jul 16, 2024 by udoprog
note: this failure-note originates in the macro diesel::table C-bug 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.
#127794 opened Jul 16, 2024 by Jonathan-Landeed
Async closure argument inference is broken with functions taking FnOnce() -> futures::TryFuture A-closures Area: closures (`|args| { .. }`) A-inference Area: Type inference C-bug Category: This is a bug. F-async_closure `#![feature(async_closure)]` T-types Relevant to the types team, which will review and decide on the PR/issue. WG-async Working group: Async & await
#127781 opened Jul 15, 2024 by peku33
Return type notation with constant parameter can potentially cause misleading diagnostics A-diagnostics Area: Messages for errors, warnings, and lints C-bug Category: This is a bug. D-papercut Diagnostics: An error or lint that needs small tweaks. F-return_type_notation `#[feature(return_type_notation)]` requires-nightly This issue requires a nightly compiler in some way.
#127776 opened Jul 15, 2024 by c410-f3r
Trouble setting default-linker = ... when building aarch64-unknown-linux-musl Rust target C-bug Category: This is a bug. O-musl Target: The musl libc T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#127774 opened Jul 15, 2024 by kpcyrd
Unresolved imports when building std without thread local C-bug Category: This is a bug. needs-triage This issue may need triage. Remove it if it has been sufficiently triaged.
#127773 opened Jul 15, 2024 by xTachyon
Tracking Issue for Rustdoc support of RFC3485 feature-documentation A-rustdoc-json Area: Rustdoc JSON backend A-rustdoc-ui Area: rustdoc UI (generated HTML) C-tracking-issue Category: A tracking issue for an RFC or an unstable feature. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#127771 opened Jul 15, 2024 by tgross35
6 tasks
confusing "'x.py' requires a subcommand but one was not provided" error A-diagnostics Area: Messages for errors, warnings, and lints T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#127767 opened Jul 15, 2024 by lolbinarycat
Tracking Issue for stdarch_aarch64_feature_detection 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.
#127764 opened Jul 15, 2024 by mrkajetanp
2 tasks
Readdir iterator fails for vxworks since version 1.70 to 1.78 C-bug Category: This is a bug. E-needs-bisection Call for participation: This issue needs bisection: https://github.com/rust-lang/cargo-bisect-rustc O-vxworks Target: when they made us, they called us Curiosity, and Spirit, and told us to tell you hello T-libs Relevant to the library team, which will review and decide on the PR/issue.
#127756 opened Jul 15, 2024 by biabbas
Fixing unsafe_op_in_unsafe_fn for std::{os, sys} A-edition-2024 Area: The 2024 edition A-lint Area: Lints (warnings about flaws in source code) such as unused_mut. C-cleanup Category: PRs that clean code up or issues documenting cleanup. C-tracking-issue Category: A tracking issue for an RFC or an unstable feature. L-unsafe_op_in_unsafe_fn Lint: unsafe_op_in_unsafe_fn T-libs Relevant to the library team, which will review and decide on the PR/issue.
#127747 opened Jul 15, 2024 by workingjubilee
1 of 39 tasks
ICE: unexpected builtin trait with associated type: <{closure@./... } as Fn> A-auto-traits Area: auto traits (`auto trait Send`) C-bug Category: This is a bug. F-auto_traits `#![feature(auto_traits)]` 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.
#127746 opened Jul 15, 2024 by Naserume
ICE: expected wide pointer extra data (e.g. slice length or trait object vtable) C-bug 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.
#127742 opened Jul 15, 2024 by Naserume
Incomplete features in std: required for implementation vs. should not use A-lint Area: Lints (warnings about flaws in source code) such as unused_mut. 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.
#127741 opened Jul 15, 2024 by tgross35
Importing an enum variant can create a conflict with a new prelude type I-compiler-nominated The issue / PR has been nominated for discussion during a compiler team meeting. I-lang-nominated The issue / PR has been nominated for discussion during a lang team meeting. T-lang Relevant to the language team, which will review and decide on the PR/issue.
#127738 opened Jul 14, 2024 by joshtriplett
ICE. !base.layout().is_sized() 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.
#127737 opened Jul 14, 2024 by matthiaskrgr
Lint against expressions that unnecessarily create references needs-triage This issue may need triage. Remove it if it has been sufficiently triaged.
#127724 opened Jul 14, 2024 by RalfJung
RFC #1733 (Trait Aliases): use of lifetime parameter in trait alias not detected A-lifetimes Area: lifetime related A-trait-objects Area: trait objects, vtable layout C-bug Category: This is a bug. F-trait_alias `#![feature(trait_alias)]` 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.
#127725 opened Jul 14, 2024 by ilonachan
Macro metavar expr concat doesn't work with nested repetitions A-macros Area: All kinds of macros (custom derive, macro_rules!, proc macros, ..) C-bug Category: This is a bug. F-macro_metavar_expr_concat `#![feature(macro_metavar_expr_concat)]` T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#127723 opened Jul 14, 2024 by Nilstrieb
Unintuitive behaviour and missing ambiguous function call error when a trait is implemented dependent on another trait and both traits define a function of the same 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.
#127703 opened Jul 13, 2024 by maia-s
Encountering the type length limit ICEs Miri A-const-eval Area: constant evaluation (mir interpretation) 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. T-types Relevant to the types team, which will review and decide on the PR/issue.
#127699 opened Jul 13, 2024 by saethlin
ProTip! Type g p on any issue or pull request to go back to the pull request listing page.