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

Japanese translation of Rust by Example is not built A-docs Area: documentation for any part of the project, including the compiler, standard library, and tools needs-triage This issue may need triage. Remove it if it has been sufficiently triaged.
#124641 opened May 3, 2024 by dalance
Doc for std contains broken links in the implementors sections C-bug Category: This is a bug. I-prioritize Issue: Indicates that prioritization has been requested for this issue. needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. regression-from-stable-to-stable Performance or correctness regression from one stable version to another. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#124635 opened May 2, 2024 by valaphee
Improve error output for "expected value, found type parameter" A-diagnostics Area: Messages for errors, warnings, and lints D-terse Diagnostics: An error or lint that doesn't give enough information about the problem at hand. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#124634 opened May 2, 2024 by mhelsley
Tracking Issue for const_eval_select A-const-eval Area: constant evaluation (mir interpretation) C-tracking-issue Category: A tracking issue for an RFC or an unstable feature. T-lang Relevant to the language team, which will review and decide on the PR/issue.
#124625 opened May 2, 2024 by RalfJung
5 tasks
rustc built from a source tarball reports it's nightly needs-triage This issue may need triage. Remove it if it has been sufficiently triaged.
#124618 opened May 2, 2024 by psumbera
HashMap struct key with 'static lifetime screws with return lifetime using methods like .get() A-collections Area: std::collections. A-lifetimes Area: lifetime related 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.
#124614 opened May 2, 2024 by jsdw
rustdoc picks an odd "canonical" path for some often-reexported types A-rustdoc-search Area: Rustdoc's search feature T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#124608 opened May 2, 2024 by RalfJung
Type ascription builtin is silently replaced by rustfmt(?) A-rustfmt Area: Rustfmt C-bug Category: This is a bug.
#124619 opened May 2, 2024 by Mark-Simulacrum
creating mutable variable of reference in destructuring of tuple containing one immovable (!Copy) object causes E0507: cannot move out of shared reference and incorrect help diagnostic A-diagnostics Area: Messages for errors, warnings, and lints D-invalid-suggestion Diagnostics: A structured suggestion resulting in incorrect code. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#124600 opened May 2, 2024 by bend-n
Missing instructions on Windows Mingw INSTALL.md A-docs Area: documentation for any part of the project, including the compiler, standard library, and tools needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. O-windows Operating system: Windows
#124591 opened May 1, 2024 by Sergi-Ferrez
hide panic internals in short backtraces A-runtime Area: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflows C-enhancement Category: An issue proposing an enhancement or a PR with one. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#124586 opened May 1, 2024 by jyn514
Wrong suggestion with macro returning no expression 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.
#124585 opened May 1, 2024 by jfrimmel
ICE: Invalid float op Neg C-bug Category: This is a bug. F-f16_and_f128 `#![feature(f16_and_f128)]` I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ requires-incomplete-features S-bug-has-test Status: A `known-bug` test has been added for this bug. 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.
#124583 opened May 1, 2024 by matthiaskrgr
When #![no_main] is set, #[start] is silently ignored C-enhancement Category: An issue proposing an enhancement or a PR with one. P-low Low priority T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#124581 opened May 1, 2024 by RalfJung
Suboptimal error message when matching on a tuple struct using a private constructor 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.
#124569 opened Apr 30, 2024 by JarredAllen
Problems updating the cc crate version in bootstrap T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#124565 opened Apr 30, 2024 by jfgoog
ICE when using associated types with lifetimes A-diagnostics Area: Messages for errors, warnings, and lints 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.
#124563 opened Apr 30, 2024 by AlexSherbinin
Tracking issue for future compatibility lint uncovered_param_in_projection A-coherence Area: Coherence A-lint Area: Lints (warnings about flaws in source code) such as unused_mut. A-traits Area: Trait system C-future-compatibility Category: Future-compatibility lints C-tracking-issue Category: A tracking issue for an RFC or an unstable feature. T-compiler Relevant to the compiler 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.
#124559 opened Apr 30, 2024 by fmease
From<Local> for Global with non_local_definitions lint C-discussion Category: Discussion or questions that doesn't represent real issues. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#124557 opened Apr 30, 2024 by Urgau
unused tuple field warning should suggest deleting field if it's the last field 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.
#124556 opened Apr 30, 2024 by joshtriplett
ICE: type mismatch when copying! with no feature provided 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.
#124552 opened Apr 30, 2024 by cushionbadak
Document minimum supported versions of Solaris and Illumos A-docs Area: documentation for any part of the project, including the compiler, standard library, and tools needs-triage This issue may need triage. Remove it if it has been sufficiently triaged.
#124549 opened Apr 30, 2024 by josephlr
There was a panic while trying to force a dep node 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) ❄️ needs-triage This issue may need triage. Remove it if it has been sufficiently triaged.
#124541 opened Apr 29, 2024 by korir248
io::Sink is useless since version 1.73 as io::Empty now has a superset of its features. A-io Area: std::io, std::fs, std::net and std::path 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. T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#124538 opened Apr 29, 2024 by vidhanio
Regression when doc string invokes a macro which is defined within the same module C-bug Category: This is a bug. I-prioritize Issue: Indicates that prioritization has been requested for this issue. needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. regression-from-stable-to-beta Performance or correctness regression from stable to beta.
#124535 opened Apr 29, 2024 by danielhenrymantilla 1.79.0
ProTip! Find all open issues with in progress development work with linked:pr.