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

Doctests cannot recognize paths that lead to a type in the crate root C-bug Category: This is a bug. needs-triage This issue may need triage. Remove it if it has been sufficiently triaged.
#128022 opened Jul 21, 2024 by Houtamelo
ICE: adding a def'n for node-id NodeId(18) and def kind AnonConst but a previous def'n 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.
#128016 opened Jul 20, 2024 by matthiaskrgr
tool::prepare_tool_cargo should run builder.ensure automatically, based on tool mode A-testsuite Area: The testsuite used to check the correctness of rustc E-easy Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#128012 opened Jul 20, 2024 by tgross35
array::IntoIter::new deprecation warning suggestion may lead to compilation error on 2015 and 2018 editions 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.
#127983 opened Jul 19, 2024 by zakarumych
unreachable!("state is never set to invalid values") is reached A-linkage Area: linking into static, shared libraries and binaries C-bug Category: This is a bug. C-optimization Category: An issue highlighting optimization opportunities or PRs implementing such I-prioritize Issue: Indicates that prioritization has been requested for this issue. I-unsound Issue: A soundness hole (worst kind of bug), see: https://en.wikipedia.org/wiki/Soundness O-windows Operating system: Windows regression-from-stable-to-stable Performance or correctness regression from one stable version to another. 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.
#127979 opened Jul 19, 2024 by janhohenheim
ICE. try_from_lit: received const param which shouldn't be possible 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) ❄️ T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#127972 opened Jul 19, 2024 by matthiaskrgr
ICE: only 'variances_of' returns '&[ty::Variance]' 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. WG-compiler-parallel Working group: Parallelizing the compiler
#127971 opened Jul 19, 2024 by matthiaskrgr
ICE: ConstArgHasType(^0, usize) has escaping bound vars, so it cannot be wrapped in a dummy binder. 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.
#127970 opened Jul 19, 2024 by matthiaskrgr
Request for tune-cpu code generation option to be promoted to stable A-cli Area: Command line interface to the compiler. A-targets Area: Concerning the implications of different compiler targets T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#127961 opened Jul 19, 2024 by pauldoo
ICE "Failed to extract DefId" 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.
#127959 opened Jul 19, 2024 by jembishop
rustdoc leaks private types in Implementations on Foreign Types C-bug Category: This is a bug. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#127947 opened Jul 19, 2024 by zacknewman
Tracking Issue for debug_more_non_exhaustive 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.
#127942 opened Jul 18, 2024 by tgross35
1 of 4 tasks
assertion left==right failed in rustc_query_system/src/dep_graph/serialized.rs 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.
#127940 opened Jul 18, 2024 by cbeck88
std::ptr::drop_in_place docs suggest overwriting value with write, which can lead to unsoundness in common cases A-docs Area: documentation for any part of the project, including the compiler, standard library, and tools T-libs Relevant to the library team, which will review and decide on the PR/issue.
#127939 opened Jul 18, 2024 by awused
asm! lints based on cfg rather than target A-inline-assembly Area: inline asm!(..) A-lint Area: Lints (warnings about flaws in source code) such as unused_mut. C-enhancement Category: An issue proposing an enhancement or a PR with one. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#127938 opened Jul 18, 2024 by tgross35
Remove binary_asm_labels once the LLVM issue is fixed A-inline-assembly Area: inline asm!(..) A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. 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.
#127937 opened Jul 18, 2024 by tgross35
don't suggest turning crate-level attributes into outer style A-diagnostics Area: Messages for errors, warnings, and lints D-incorrect Diagnostics: A diagnostic that is giving misleading or incorrect information. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#127930 opened Jul 18, 2024 by lolbinarycat
Unconstrained lifetimes in impl headers are usable in assoc consts A-const-generics Area: const generics (parameters and arguments) T-types Relevant to the types team, which will review and decide on the PR/issue.
#127927 opened Jul 18, 2024 by BoxyUwU
run-make: revise rmake.rs setup in compiletest A-compiletest Area: the compiletest test runner A-run-make Area: port run-make Makefiles to rmake.rs 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.
#127920 opened Jul 18, 2024 by jieyouxu
ICE: delegation: unexpected parent of trait or impl item or item not found C-bug Category: This is a bug. F-fn_delegation `#![feature(fn_delegation)]` 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.
#127916 opened Jul 18, 2024 by matthiaskrgr
The Android CI prints unrelated things to stdout, ruining check-run-results tests. A-ci Area: Our Github Actions CI A-meta Area: Issues about the rust-lang/rust repository. O-android Operating system: Android
#127914 opened Jul 18, 2024 by GrigorenkoPV
Degradation from rustc 1.71.0 -> 1.79.0 ("infinite space" compile error not recognized anymore) A-inference Area: Type inference C-bug Category: This is a bug. I-crash Issue: The compiler crashes (SIGSEGV, SIGABRT, etc). Use I-ICE instead when the compiler panics. 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.
#127910 opened Jul 18, 2024 by Asqiir
Tracking issue for pub_use_of_private_extern_crate future-compatibility lint C-tracking-issue Category: A tracking issue for an RFC or an unstable feature.
#127909 opened Jul 18, 2024 by RalfJung
type alias Plus2 is never used A-lint Area: Lints (warnings about flaws in source code) such as unused_mut. 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 L-dead_code Lint: dead_code T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#127911 opened Jul 18, 2024 by IceTDrinker
Missing implied bound raises misleading error message A-diagnostics Area: Messages for errors, warnings, and lints A-lifetimes Area: lifetime related C-bug Category: This is a bug. D-confusing Diagnostics: Confusing error or lint that should be reworked. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#127900 opened Jul 18, 2024 by x4exr
ProTip! Find all open issues with in progress development work with linked:pr.