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

Duplicate argument names allowed in extern function declarations C-bug Category: This is a bug. needs-triage This issue may need triage. Remove it if it has been sufficiently triaged.
#125862 opened Jun 1, 2024 by bjorn3
[WASI] Consistency Issue with io::ErrorKind in wasm32-wasip1-threads needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. O-wasi Operating system: Wasi, Webassembly System Interface
#125859 opened Jun 1, 2024 by namse
ICE in OnDiskCache decode_tagged for TAG_FILE_FOOTER 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.
#125855 opened Jun 1, 2024 by MaSsTerKidd0
ICE when compiling for x86_64-pc-windows-gnu when passing a ZST using the "sysv64" ABI A-abi Area: Concerning the application binary interface (ABI). 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. O-windows-gnu Toolchain: GNU, Operating system: Windows O-x86_64 Target: x86-64 processors (like x86_64-*) T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#125850 opened Jun 1, 2024 by beetrees
ICE: TyKind::CVarArgs should have been handled elsewhere A-parser Area: The parsing of Rust source code to an AST. C-bug Category: This is a bug. I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ P-low Low priority regression-from-stable-to-stable Performance or correctness regression from one stable version to another. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#125847 opened Jun 1, 2024 by matthiaskrgr
ICE: no successor 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) ❄️ 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.
#125846 opened Jun 1, 2024 by matthiaskrgr
False compile error on associated type bounds C-bug Category: This is a bug. F-associated_type_bounds `#![feature(associated_type_bounds)]` fixed-by-next-solver Fixed by the next-generation trait solver, `-Znext-solver`. needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. T-types Relevant to the types team, which will review and decide on the PR/issue.
#125845 opened Jun 1, 2024 by taiheioki
ICE: could not resolve DefId C-bug Category: This is a bug. F-non_lifetime_binders `#![feature(non_lifetime_binders)]` 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.
#125843 opened Jun 1, 2024 by matthiaskrgr
ICE: expected type differs from actual type 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.
#125842 opened Jun 1, 2024 by matthiaskrgr
ICE: type_of_opaque: unexpected bound ty in binder: 0 C-bug Category: This is a bug. F-non_lifetime_binders `#![feature(non_lifetime_binders)]` 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.
#125841 opened Jun 1, 2024 by matthiaskrgr
ICE: mir_const_qualif: 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.
#125837 opened Jun 1, 2024 by matthiaskrgr
Decide for precise capturing: impl use<..> Trait vs use<..> impl Trait F-precise_capturing `#![feature(precise_capturing)]` T-lang Relevant to the language team, which will review and decide on the PR/issue.
#125836 opened Jun 1, 2024 by traviscross
addr_of! a static mut should not require unsafe C-bug Category: This is a bug.
#125833 opened May 31, 2024 by gfaster
feature(effects) lazily evaluates whether traits are const C-bug Category: This is a bug. F-effects `#![feature(effects)]` PG-const-traits Project group: Const traits T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#125831 opened May 31, 2024 by clarfonthey
extern "rust-cold" fns should not trigger improper_ctypes lint 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.
#125830 opened May 31, 2024 by narpfel
Missed optimization when checking slice index greater than accessed slice index A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. C-optimization Category: An issue highlighting optimization opportunities or PRs implementing such I-slow Issue: Problems and improvements with respect to performance of generated code.
#125826 opened May 31, 2024 by WillemEvanson
compiletest: technically potential false positives for filecheck annotations A-compiletest Area: the compiletest test runner A-testsuite Area: The testsuite used to check the correctness of rustc C-bug Category: This is a bug. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#125825 opened May 31, 2024 by jieyouxu
Error code E0116 causes high volume of incorrect compiler errors A-diagnostics Area: Messages for errors, warnings, and lints D-confusing Diagnostics: Confusing error or lint that should be reworked. D-verbose Diagnostics: Too much output caused by a single piece of incorrect code. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#125814 opened May 31, 2024 by anthonydandrea
compiletest: warn if we see a // @<directive-name> A-compiletest Area: the compiletest test runner A-testsuite Area: The testsuite used to check the correctness of rustc C-bug Category: This is a bug. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#125813 opened May 31, 2024 by jieyouxu
ICE: compiler/rustc_const_eval/src/interpret/discriminant.rs assertion failed 0 != 1 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.
#125811 opened May 31, 2024 by matthiaskrgr
ICE: internal compiler error: error: the type T has an unknown layout C-bug Category: This is a bug. F-arbitrary_self_types `#![feature(arbitrary_self_types)]` F-dispatch_from_dyn `#![feature(dispatch_from_dyn)]` 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.
#125810 opened May 31, 2024 by matthiaskrgr
rust stable 1.78 using 'x86_64-pc-windows-gnu' host tool to build 'thumbv7em-none-eabihf' arm bare metal target got rust-lld failed C-bug Category: This is a bug. needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. O-windows-gnu Toolchain: GNU, Operating system: Windows
#125809 opened May 31, 2024 by pbl-pw
ICE: offset of unsized field (type dyn [Binder(Trait(MyTrait<'_>), [])] + '{erased}) cannot be computed statically with feature(builtin_syntax) C-bug Category: This is a bug. F-offset_of `#![feature(offset_of)]` 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.
#125805 opened May 31, 2024 by cushionbadak
Add cfg Support for Distinguishing WASI Targets A-target-specs Area: compile-target specifications A-targets Area: Concerning the implications of different compiler targets O-wasi Operating system: Wasi, Webassembly System Interface T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#125803 opened May 31, 2024 by namse
Using -C lto=thin and -C no-prepopulate-passes at the same time for windows target , report link error: undefined symbol C-bug Category: This is a bug. needs-triage This issue may need triage. Remove it if it has been sufficiently triaged.
#125802 opened May 31, 2024 by lxy19980601
ProTip! Updated in the last three days: updated:>2024-05-29.