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

Assoc const equality doesn't work well with rustdoc C-bug Category: This is a bug. F-associated_const_equality `#![feature(associated_const_equality)]` T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#125092 opened May 13, 2024 by compiler-errors
Tracking Issue for Intrinsics on 32-bit ARM C-tracking-issue Category: A tracking issue for an RFC or an unstable feature. O-Arm Target: 32-bit Arm processors (armv6, armv7, thumb...), including 64-bit Arm in AArch32 state T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#125085 opened May 13, 2024 by ssukanmi
3 tasks
ICE: assertion failed: bpos.to_u32() >= mbc.pos.to_u32() + mbc.bytes as u32 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) ❄️ 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.
#125081 opened May 13, 2024 by matthiaskrgr
non-local-definitions lint fires for impl using private types A-lint Area: Lints (warnings about flaws in source code) such as unused_mut. C-bug Category: This is a bug. L-non_local_definitions Lint: non_local_definitions T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. T-lang Relevant to the language team, which will review and decide on the PR/issue.
#125068 opened May 13, 2024 by ijackson
why use surrealdb use primitive model error display 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. 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.
#125065 opened May 13, 2024 by Arawipacha
Different Behaviors When Using from and into with Implemented From<&mut T> C-discussion Category: Discussion or questions that doesn't represent real issues. 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.
#125064 opened May 13, 2024 by xinchengxx
ICE: explicit index of non-indexable type C-bug Category: This is a bug. F-deref_patterns `#![feature(deref_patterns)]` 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.
#125059 opened May 13, 2024 by matthiaskrgr
ICE: explicit deref of non-derefable type 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.
#125058 opened May 13, 2024 by matthiaskrgr
println!("{}", 9.4 * 3.0) C-discussion Category: Discussion or questions that doesn't represent real issues.
#125056 opened May 13, 2024 by chedongzhe
rustc 1.78.0 segfault on MacOS / M1 A-incr-comp Area: Incremental compilation 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. O-macos Operating system: macOS T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#125053 opened May 12, 2024 by dwrensha
the documentation for the Future trait specifies invarients that are not always true A-docs Area: documentation for any part of the project, including the compiler, standard library, and tools C-bug Category: This is a bug. T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#125050 opened May 12, 2024 by lolbinarycat
Generic compilation struggle C-bug Category: This is a bug. E-needs-bisection Call for participation: This issue needs bisection: https://github.com/rust-lang/cargo-bisect-rustc E-needs-test Call for participation: Writing correctness tests. I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ 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.
#125037 opened May 12, 2024 by hasbonahad
Replace uses of #[allow(static_mut_refs)] with SyncUnsafeCell C-cleanup Category: PRs that clean code up or issues documenting cleanup. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#125035 opened May 12, 2024 by saethlin
-C target_cpu=cortex-a72 (and -target-cpu=native on Raspberry Pi) wrongly enables crypto features that are optional on Cortex-A72 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. A-targets Area: Concerning the implications of different compiler targets C-bug Category: This is a bug. I-unsound Issue: A soundness hole (worst kind of bug), see: https://en.wikipedia.org/wiki/Soundness O-AArch64 Armv8-A or later processors in AArch64 mode P-critical Critical priority T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#125033 opened May 12, 2024 by briansmith
tests/crashes/124436.rs is creating a mir_dump directory in the repo root, not the build directory A-testsuite Area: The testsuite used to check the correctness of rustc C-bug Category: This is a bug.
#125029 opened May 11, 2024 by saethlin
ICE :coherence: impl was matchable against Binder but now it is not, otherwise hang C-bug Category: This is a bug. F-specialization `#![feature(specialization)]` fixed-by-next-solver Fixed by the next-generation trait solver, `-Znext-solver`. 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.
#125014 opened May 11, 2024 by matthiaskrgr
ICE:assertion failed: import.imported_module.get().is_none() A-resolve Area: Path resolution C-bug Category: This is a bug. I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ 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.
#125013 opened May 11, 2024 by matthiaskrgr
Rustdoc should consider not hiding items that come from the same Cargo workspace A-rustdoc-ui Area: rustdoc UI (generated HTML) C-discussion Category: Discussion or questions that doesn't represent real issues. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#125009 opened May 11, 2024 by Urgau
ICE: invalid format num when println! with multiple unused formatting arguments(format_args_implicits) 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.
#125002 opened May 11, 2024 by pymongo
Panics don't lock stderr while printing panic info A-panic Area: Panicking machinery C-feature-request Category: A feature request, i.e: not implemented / a PR. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#124995 opened May 11, 2024 by Ved-s
Macro literal fragment specifiers should forward to exact tokens A-macros Area: All kinds of macros (custom derive, macro_rules!, proc macros, ..) A-maybe-future-edition Something we may consider for a future edition. T-lang Relevant to the language team, which will review and decide on the PR/issue. WG-macros Working group: Macros
#124989 opened May 10, 2024 by tgross35
The introduction of a locally known loop breaks manual assertions A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. C-bug Category: This is a bug. I-slow Issue: Problems and improvements with respect to performance of generated code. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#124979 opened May 10, 2024 by c410-f3r
ICE: unexpected region for note_and_explain_region: '?9 A-async-await Area: Async & Await 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.
#124973 opened May 10, 2024 by matthiaskrgr
Decide on guarantees for evaluation of associated consts and const blocks A-const-eval Area: constant evaluation (mir interpretation) I-lang-nominated The issue / PR has been nominated for discussion during a lang team meeting. T-lang Relevant to the language team, which will review and decide on the PR/issue.
#124971 opened May 10, 2024 by RalfJung
Improve error message: missing ; in macro_rules! rules 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.
#124968 opened May 10, 2024 by afifurrohman-id
ProTip! no:milestone will show everything without a milestone.