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

--enable-simd feature is present in wasm32-unknown-unknown target, not enabled by target-feature=+simd128 A-target-feature Area: Enabling/disabling target features like AVX, Neon, etc. C-discussion Category: Discussion or questions that doesn't represent real issues. O-wasm Target: WASM (WebAssembly), http://webassembly.org/
#133290 opened Nov 21, 2024 by dj8yfo
Tracking Issue for const_array_each_ref 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.
#133289 opened Nov 21, 2024 by bjoernager
3 tasks
Using Release in the store operation for make_mut just prevent out-of-thin-air value? A-atomic Area: Atomics, barriers, and sync primitives C-discussion Category: Discussion or questions that doesn't represent real issues. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#133284 opened Nov 21, 2024 by xmh0511
[LoongArch] SIMD intrinsics not fully inlined in caller with target feature globally enabled A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. A-SIMD Area: SIMD (Single Instruction Multiple Data) C-bug Category: This is a bug. O-loongarch Target: LoongArch (LA32R, LA32S, LA64) T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#133281 opened Nov 21, 2024 by heiher
[LoongArch] Unexpected conditional compilation directive for target_feature A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. A-target-feature Area: Enabling/disabling target features like AVX, Neon, etc. C-bug Category: This is a bug. llvm-fixed-upstream Issue expected to be fixed by the next major LLVM upgrade, or backported fixes O-loongarch Target: LoongArch (LA32R, LA32S, LA64) T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#133276 opened Nov 21, 2024 by heiher
ICE: converted TraitPredicate / invalid predicate filter for 'remap_gat_vars_and_recurse_into_nested_projections' C-bug Category: This is a bug. F-const_trait_impl `#![feature(const_trait_impl)]` 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.
#133275 opened Nov 21, 2024 by matthiaskrgr
ICE: unexpected 'SelfCtor' in pattern, expected identifier A-patterns Relating to patterns and pattern matching 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.
#133272 opened Nov 21, 2024 by matthiaskrgr
ICE: entered unreachable code: TypingMode x Reveal mismatch: UserFacing PostAnalysis C-bug Category: This is a bug. F-generic_const_exprs `#![feature(generic_const_exprs)]` I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ requires-debug-assertions This issue requires a build of rustc or tooling with debug-assertions in some way S-has-mcve Status: A Minimal Complete and Verifiable Example has been found for this issue T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#133271 opened Nov 21, 2024 by matthiaskrgr
error: rustc interrupted by SIGSEGV C-bug Category: This is a bug. I-crash Issue: The compiler crashes (SIGSEGV, SIGABRT, etc). Use I-ICE instead when the compiler panics. 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.
#133269 opened Nov 20, 2024 by warcayac
AIX: bootstrap investigate efficient way of reading archive C-cleanup Category: PRs that clean code up or issues documenting cleanup. O-aix OS: Big Blue's Advanced Interactive eXecutive.. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#133268 opened Nov 20, 2024 by mustartt
Tracking Issue for OsString::truncate 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.
#133262 opened Nov 20, 2024 by lolbinarycat
1 of 4 tasks
Tracking Issue for vec_deque_iter_as_slices 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.
#133253 opened Nov 20, 2024 by zopsicle
1 of 3 tasks
ICE: borrowck best_blame_constraint unwrap on a None value, OpaqueTypeKey { def_id... A-borrow-checker Area: The borrow checker 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) ❄️ T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#133252 opened Nov 20, 2024 by Turbo87
Compiled wasm32-wasip2 component from simple code requires excessive WASI interfaces C-discussion Category: Discussion or questions that doesn't represent real issues. O-wasi Operating system: Wasi, Webassembly System Interface T-libs Relevant to the library team, which will review and decide on the PR/issue.
#133235 opened Nov 20, 2024 by ifsheldon
Terse parse error on &raw expr A-diagnostics Area: Messages for errors, warnings, and lints A-parser Area: The parsing of Rust source code to an AST A-raw-pointers Area: raw pointers, MaybeUninit, NonNull D-terse Diagnostics: An error or lint that doesn't give enough information about the problem at hand. F-raw_ref_op `#![feature(raw_ref_op)]` T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#133231 opened Nov 20, 2024 by sadmac7000
Type inference chooses wrong trait impl based on generic parameter A-traits Area: Trait system C-bug Category: This is a bug. T-types Relevant to the types team, which will review and decide on the PR/issue.
#133225 opened Nov 20, 2024 by Wasabi375
Add an equivalent to -grecord-command-line/-grecord-gcc-switches A-CLI Area: Command-line interface (CLI) to the compiler A-debuginfo Area: Debugging information in compiled programs (DWARF, PDB, etc.) C-feature-request Category: A feature request, i.e: not implemented / a PR. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. WG-debugging Working group: Bad Rust debugging experiences
#133224 opened Nov 20, 2024 by khuey
pin_ergonomics leads to bizarre "expected Pin<X> found Pin<X>" type errors A-coercions Area: implicit and explicit `expr as Type` coercions C-bug Category: This is a bug. F-pin_ergonomics `#![feature(pin_ergonomics)]` requires-incomplete-features This issue requires the use of incomplete features. S-has-mcve Status: A Minimal Complete and Verifiable Example has been found for this issue T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#133222 opened Nov 19, 2024 by yotamofek
Tracking Issue for const_destruct C-tracking-issue Category: A tracking issue for an RFC or an unstable feature. F-const_trait_impl `#![feature(const_trait_impl)]` PG-const-traits Project group: Const traits T-lang Relevant to the language team, which will review and decide on the PR/issue. T-libs-api Relevant to the library API 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.
#133214 opened Nov 19, 2024 by compiler-errors
1 of 3 tasks
Tracking issue for release notes of #130654: stabilize -Znext-solver=coherence again relnotes Marks issues that should be documented in the release notes of the next release. relnotes-tracking-issue Marks issues tracking what text to put in release notes. T-types Relevant to the types team, which will review and decide on the PR/issue. WG-trait-system-refactor The Rustc Trait System Refactor Initiative (-Znext-solver)
#133210 opened Nov 19, 2024 by rustbot
3 tasks
1.84.0
rustc/cargo not properly detecting the host C-discussion Category: Discussion or questions that doesn't represent real issues.
#133204 opened Nov 19, 2024 by ETJAKEOC
rustc SIGSEGV on 1.82.0 and 1.84.0-nightly using anyhow and clap A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. C-bug Category: This is a bug. I-crash Issue: The compiler crashes (SIGSEGV, SIGABRT, etc). Use I-ICE instead when the compiler panics. llvm-fixed-upstream Issue expected to be fixed by the next major LLVM upgrade, or backported fixes T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#133203 opened Nov 19, 2024 by fence-sitter
[ICE]: Encountered anon const with inference variable args but no error reported C-bug Category: This is a bug. F-generic_const_exprs `#![feature(generic_const_exprs)]` I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ S-has-bisection Status: a bisection has been found for this issue S-has-mcve Status: A Minimal Complete and Verifiable Example has been found for this issue T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#133199 opened Nov 19, 2024 by vinay10949
1 of 4 tasks
Misleading dead code warning when loading separate modules that use the same source file 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.
#133197 opened Nov 19, 2024 by ilai-deutel
compiler bug 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.
#133173 opened Nov 18, 2024 by brunbjerg
ProTip! Follow long discussions with comments:>50.