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

Unrelated const generic selected during type inference C-bug Category: This is a bug.
#103741 opened Oct 29, 2022 by calebzulawski
ICE when using closure_lifetime_binder lifetime inside closure body C-bug Category: This is a bug. 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.
#103736 opened Oct 29, 2022 by Jules-Bertholet
Cleanup: Share DST size/align computation logic between codegen backends (and interpreter) A-codegen Area: Code generation A-const-eval Area: constant evaluation (mir interpretation) A-cranelift Things relevant to the [future] cranelift backend C-cleanup Category: PRs that clean code up or issues documenting cleanup.
#103728 opened Oct 29, 2022 by RalfJung
Missed opportunity for the "consider borrowing" hint 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.
#103725 opened Oct 29, 2022 by Patryk27
ICE "... is not fully resolved'" with min_specialization and lifetime param 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.
#103708 opened Oct 29, 2022 by jruderman
Compiler suggests to add [closure@…] to source code when it can be inferred instead. A-diagnostics Area: Messages for errors, warnings, and lints 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 E-needs-mcve Call for participation: This issue needs a Minimal Complete and Verifiable Example T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#103705 opened Oct 28, 2022 by vi
x setup generates config.toml into root even when run outside of root. A-bootstrap Area: Rust's build system (x.py and src/bootstrap) C-bug Category: This is a bug.
#103697 opened Oct 28, 2022 by pnkfelix
Adding statements after implicit return could result in confusing errors 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.
#103684 opened Oct 28, 2022 by fee1-dead
Linking error when mixing extern crate and dylib with lto enabled C-bug Category: This is a bug.
#103678 opened Oct 28, 2022 by Guilucand
Internally change regions to be covariant A-variance Area: Variance (https://doc.rust-lang.org/nomicon/subtyping.html) C-cleanup Category: PRs that clean code up or issues documenting cleanup. E-hard Call for participation: Experience needed to fix: Hard / a lot E-mentor Call for participation: This issue is currently mentored. T-types Relevant to the types team, which will review and decide on the PR/issue.
#103676 opened Oct 28, 2022 by lcnr
Android NDK r25b changes will break developers using r22b or older I-compiler-nominated Indicates that an issue has been nominated for discussion during a compiler team meeting. I-prioritize Indicates that prioritization has been requested for this issue regression-from-stable-to-nightly Performance or correctness regression from stable to nightly.
#103673 opened Oct 28, 2022 by alex-pinkus 1.66.0
"error: module has missing stability attribute" is insufficiently explained 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.
#103668 opened Oct 28, 2022 by jruderman
Improve suggestion for misused str::get A-diagnostics Area: Messages for errors, warnings, and lints C-enhancement Category: An issue proposing an enhancement or a PR with one. D-papercut Diagnostic error that needs small tweaks T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#103667 opened Oct 28, 2022 by jruderman
ICE: escaping late-bound region during canonicalization with lifetime-generic 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) ❄️ T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#103666 opened Oct 28, 2022 by Jules-Bertholet
&Box<[u8; 1000]> cannot be coerced to &[u8] C-bug Category: This is a bug.
#103665 opened Oct 28, 2022 by safinaskar
MIR optimizations at mir-opt-level=2 remove some debuginfo A-debuginfo Area: Debugging information in compiled programs (DWARF, PDB, etc.) A-mir-opt Area: MIR optimizations C-bug Category: This is a bug.
#103655 opened Oct 27, 2022 by wesleywiser
Unhelpful help when calling associated trait function as method 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.
#103646 opened Oct 27, 2022 by Nilstrieb
TAIT still captures lifetime generics implicitely C-bug Category: This is a bug. F-type_alias_impl_trait `#[feature(type_alias_impl_trait)]` 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.
#103642 opened Oct 27, 2022 by aliemjay
ProTip! Type g i on any issue or pull request to go back to the issue listing page.