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

Open source library I work on (proof-of-sql) doesn't compile due to rustc error 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) ❄️ S-needs-repro Status: This issue has no reproduction and needs a reproduction to make progress. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#131499 opened Oct 10, 2024 by iajoiner
Compiler recognition error for variable changes C-bug Category: This is a bug. needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. S-needs-repro Status: This issue has no reproduction and needs a reproduction to make progress.
#131459 opened Oct 9, 2024 by ChisatoNishikigi73
false positive: variable does not need to be mutable C-bug Category: This is a bug. needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. S-needs-repro Status: This issue has no reproduction and needs a reproduction to make progress.
#131486 opened Oct 8, 2024 by LeonHartley
rustdoc --json output format contains no doc comments A-cross-crate-reexports Area: Documentation that has been re-exported from a different crate A-rustdoc-json Area: Rustdoc JSON backend S-needs-info Status: The issue lacks details necessary to triage or act on it. S-needs-repro Status: This issue has no reproduction and needs a reproduction to make progress. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#131113 opened Oct 1, 2024 by Boscop
Large types cause linker failure A-linkage Area: linking into static, shared libraries and binaries C-discussion Category: Discussion or questions that doesn't represent real issues. S-needs-repro Status: This issue has no reproduction and needs a reproduction to make progress.
#130729 opened Sep 23, 2024 by benwis
chrono dependency unexpected 🧊 es C-bug Category: This is a bug. I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ S-needs-repro Status: This issue has no reproduction and needs a reproduction to make progress. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#130606 opened Sep 20, 2024 by drahnr
unexpectedly compiler panick 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) ❄️ S-needs-repro Status: This issue has no reproduction and needs a reproduction to make progress. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#130550 opened Sep 19, 2024 by darkseid-is
Inference failure triggered by null proc macro application to totally unused and irrelevant struct A-inference Area: Type inference A-macros Area: All kinds of macros (custom derive, macro_rules!, proc macros, ..) C-bug Category: This is a bug. needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. S-needs-repro Status: This issue has no reproduction and needs a reproduction to make progress.
#130480 opened Sep 17, 2024 by ijackson
Compiler error on build after "git switch master" 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) ❄️ S-needs-repro Status: This issue has no reproduction and needs a reproduction to make progress. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#130307 opened Sep 13, 2024 by flashgnash
ICE Option::unwrap() in rmeta/def_path_hash_map.rs 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) ❄️ S-needs-repro Status: This issue has no reproduction and needs a reproduction to make progress. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#130283 opened Sep 12, 2024 by eopb
Cargo fix error C-bug Category: This is a bug. D-incorrect Diagnostics: A diagnostic that is giving misleading or incorrect information. S-needs-repro Status: This issue has no reproduction and needs a reproduction to make progress. T-cargo Relevant to the cargo team, which will review and decide on the PR/issue. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#129920 opened Sep 3, 2024 by snowfoxsh
Deadlock detected with parallel front-end in nightly C-bug Category: This is a bug. I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ S-needs-repro Status: This issue has no reproduction and needs a reproduction to make progress. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. WG-compiler-parallel Working group: Parallelizing the compiler
#129834 opened Aug 31, 2024 by mhnap
rustc got SIGSEGV on cargo install sqlx-cli A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. C-bug Category: This is a bug. I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ S-needs-repro Status: This issue has no reproduction and needs a reproduction to make progress. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#129680 opened Aug 28, 2024 by cycle-five
-Zthreads is slower the more cores I add S-needs-repro Status: This issue has no reproduction and needs a reproduction to make progress. WG-compiler-performance Working group: Compiler Performance
#129236 opened Aug 18, 2024 by dev-ardi
--crate-type=rlib + -Cdebuginfo=2 + -Zremap-cwd-prefix=. is not reproducible on Windows A-reproducibility Area: Reproducible / deterministic builds A-testsuite Area: The testsuite used to check the correctness of rustc C-bug Category: This is a bug. O-windows Operating system: Windows S-needs-repro Status: This issue has no reproduction and needs a reproduction to make progress. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#129117 opened Aug 15, 2024 by jieyouxu
100% CPU usage when running doc tests A-doctests Area: Documentation tests, run by rustdoc C-bug Category: This is a bug. I-compiletime Issue: Problems and improvements with respect to compile times. perf-regression Performance regression. regression-untriaged Untriaged performance or correctness regression. S-needs-repro Status: This issue has no reproduction and needs a reproduction to make progress. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#128538 opened Aug 2, 2024 by tingerrr
Get this when compiling my program C-bug Category: This is a bug. I-crash Issue: The compiler crashes (SIGSEGV, SIGABRT, etc). Use I-ICE instead when the compiler panics. S-needs-repro Status: This issue has no reproduction and needs a reproduction to make progress. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#127330 opened Jul 4, 2024 by kalimalrazif
rust panic C-bug Category: This is a bug. I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ S-needs-repro Status: This issue has no reproduction and needs a reproduction to make progress. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#127256 opened Jul 3, 2024 by justincrosbie
this function depends on never type fallback being () A-diagnostics Area: Messages for errors, warnings, and lints A-lint Area: Lints (warnings about flaws in source code) such as unused_mut. C-bug Category: This is a bug. C-discussion Category: Discussion or questions that doesn't represent real issues. D-terse Diagnostics: An error or lint that doesn't give enough information about the problem at hand. L-dependency_on_unit_never_type_fallback Lint: dependency_on_unit_never_type_fallback S-needs-repro Status: This issue has no reproduction and needs a reproduction to make progress. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#126466 opened Jun 14, 2024 by kakserpom
recommending the wrong Arbitrary A-diagnostics Area: Messages for errors, warnings, and lints S-needs-repro Status: This issue has no reproduction and needs a reproduction to make progress. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#126447 opened Jun 13, 2024 by lolbinarycat
New lld linker is broken A-linkage Area: linking into static, shared libraries and binaries 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 S-needs-repro Status: This issue has no reproduction and needs a reproduction to make progress. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#126280 opened Jun 11, 2024 by Zekirax
ICE after renaming trait on nightly 1.80 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) ❄️ S-needs-repro Status: This issue has no reproduction and needs a reproduction to make progress. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#126181 opened Jun 9, 2024 by tower120
Deallocating large BTreeMap takes very long time I-slow Issue: Problems and improvements with respect to performance of generated code. S-needs-repro Status: This issue has no reproduction and needs a reproduction to make progress.
#126145 opened Jun 8, 2024 by nagisakuya
bulid panic A-metadata Area: Crate metadata C-bug Category: This is a bug. I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ S-needs-repro Status: This issue has no reproduction and needs a reproduction to make progress. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#125971 opened Jun 4, 2024 by yylq
Compiler error while compiling iroh 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) ❄️ S-needs-repro Status: This issue has no reproduction and needs a reproduction to make progress. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#125969 opened Jun 4, 2024 by rklaehn
ProTip! Mix and match filters to narrow down what you’re looking for.