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

ICE: generic_const_items: error_reporting/nice_region_error/util.rs: called Option::unwrap() on a None value C-bug Category: This is a bug. F-generic_const_items I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ requires-incomplete-features T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#114714 opened Aug 10, 2023 by fmease
'static lifetime not inferred in const context A-lifetimes Area: lifetime related C-bug Category: This is a bug.
#114706 opened Aug 10, 2023 by grantslatton
E0618 generates invalid suggestion / zero length span A-suggestion-diagnostics Area: suggestions generated by the compiler applied by cargo fix 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. requires-debug-assertions This issue requires debug-assertions in some way T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#114701 opened Aug 10, 2023 by matthiaskrgr
error: linker link.exe not found (although it exists) 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.
#114700 opened Aug 10, 2023 by trueToastedCode
tracing-core tests fail on nightly with codegen-units=1 opt-level>0, probably due to LLVM 17 A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. C-bug Category: This is a bug. E-needs-mcve Call for participation: This issue needs a Minimal Complete and Verifiable Example P-critical Critical priority regression-from-stable-to-nightly Performance or correctness regression from stable to nightly. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#114699 opened Aug 10, 2023 by durin42
Miscompilation when matching on an enum after printing Hello world A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. 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-critical Critical priority regression-from-stable-to-nightly Performance or correctness regression from stable to nightly. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#114691 opened Aug 10, 2023 by kocsis1david
ice: there was a panic while trying to force a dep node A-incr-comp Area: Incremental compilation 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.
#114690 opened Aug 10, 2023 by davidszotten
Suggestion to use Arc<T> is too indiscriminate A-diagnostics Area: Messages for errors, warnings, and lints D-incorrect A diagnostic that is giving misleading or incorrect information D-papercut Diagnostic error that needs small tweaks T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#114687 opened Aug 10, 2023 by dtolnay
Potential typo in suggestion of E0689 C-bug Category: This is a bug. E-easy Call for participation: Experience needed to fix: Easy / not much (good first issue)
#114683 opened Aug 10, 2023 by sunmy2019
cargo doc is missing crate links in re-exports C-bug Category: This is a bug. needs-triage This issue may need triage. Remove it if it has been sufficiently triaged.
#114675 opened Aug 9, 2023 by hwittenborn
thread 'rustc' panicked at 'assertion failed: pos.get() <= self.position()' 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.
#114671 opened Aug 9, 2023 by Indy2222
ICE: unboxed closure but only with mir-opt-level=0 C-bug Category: This is a bug. F-unboxed_closures `#![feature(unboxed_closures)]` 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.
#114665 opened Aug 9, 2023 by matthiaskrgr
ICE: -Zunpretty no def-id for fresh lifetime A-impl-trait Area: impl Trait. Universally / existentially quantified anonymous types with static dispatch. 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.
#114664 opened Aug 9, 2023 by matthiaskrgr
llvm wrapper's target feature filtering breaks UI tests, is difficult to debug C-bug Category: This is a bug. needs-triage This issue may need triage. Remove it if it has been sufficiently triaged.
#114661 opened Aug 9, 2023 by sethp
inline_const_pat ICE: primitive read not possible for type: fn() {uwu} C-bug Category: This is a bug. F-inline_const_pat #![feature(inline_const_pat)] I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ requires-incomplete-features 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.
#114659 opened Aug 9, 2023 by asquared31415
inline_const_pat ICE: broken MIR unexpected comparison types fn() {uwu} and fn() {uwu} C-bug Category: This is a bug. F-inline_const_pat #![feature(inline_const_pat)] I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ requires-incomplete-features 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.
#114658 opened Aug 9, 2023 by asquared31415
Compiler error when running cargo doc A-auto-traits Area: auto traits (`auto trait Send`) A-synthetic-impls Area: Synthetic impls, used by rustdoc to document auto traits and traits with blanket impls 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-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#114657 opened Aug 9, 2023 by iquerejeta
Failure to optimise std::cmp::{min,max} on bool C-bug Category: This is a bug. I-slow Problems and improvements with respect to performance of generated code. needs-triage This issue may need triage. Remove it if it has been sufficiently triaged.
#114653 opened Aug 9, 2023 by Kmeakin
OpaqueTypeKey ICE with ouroboros 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.
#114640 opened Aug 8, 2023 by matt-duch
ICE: None when deriving Debug of struct containing unreachable!() 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.
#114636 opened Aug 8, 2023 by matthiaskrgr
Remove speculative parameter from instantiate_poly_trait_ref_inner C-cleanup Category: PRs that clean code up or issues documenting cleanup. E-hard Call for participation: Experience needed to fix: Hard / a lot T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#114635 opened Aug 8, 2023 by compiler-errors
rustdoc: broken_intra_doc_links lint triggered by item behind feature gate C-feature-request Category: A feature request, i.e: not implemented / a PR. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#114626 opened Aug 8, 2023 by ctz
async function being !Send due to match retaining type of a consumed value. C-bug Category: This is a bug. needs-triage This issue may need triage. Remove it if it has been sufficiently triaged.
#114624 opened Aug 8, 2023 by Stormshield-robinc
wasi preview1 + threads Thread type missing Drop that calls pthread_detach A-thread Area: std::thread O-wasi Operating system: Wasi, Webassembly System Interface T-libs Relevant to the library team, which will review and decide on the PR/issue.
#114610 opened Aug 8, 2023 by programmerjake
--failed flag for x test A-testsuite Area: The testsuite used to check the correctness of rustc C-feature-request Category: A feature request, i.e: not implemented / a PR. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#114609 opened Aug 8, 2023 by darklyspaced
ProTip! Type g i on any issue or pull request to go back to the issue listing page.