-
Notifications
You must be signed in to change notification settings - Fork 13.3k
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
Label
Projects
Milestones
Assignee
Sort
Issues list
"unconstrained generic constant" doesn't make sense with Category: This is a bug.
F-generic_const_exprs
`#![feature(generic_const_exprs)]`
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
generic_const_exprs
C-bug
#139866
opened Apr 15, 2025 by
nazar-pc
SocketAncillary doesn't ensure the control buffer is aligned at least as much as cmsghdr
C-bug
Category: This is a bug.
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
O-unix
Operating system: Unix-like
requires-nightly
This issue requires a nightly compiler in some way.
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
#139861
opened Apr 15, 2025 by
bjorn3
tidy Area: Makes things more difficult for new or seasoned contributors to Rust
A-tidy
Area: The tidy tool
C-external-bug
Category: issue that is caused by bugs in software beyond our control
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
triagebot.toml
trigger_files
fails on jj git clone
unchecked out submodules
A-contributor-roadblock
#139856
opened Apr 15, 2025 by
jieyouxu
rustdoc: split out trait implementer's notes from method docs
C-feature-request
Category: A feature request, i.e: not implemented / a PR.
needs-rfc
This change is large or controversial enough that it should have an RFC accepted before doing it.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
#139855
opened Apr 15, 2025 by
llogiq
Simpler Logic Produces More Complex Output Than Equivalent Expression
C-bug
Category: This is a bug.
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
#139851
opened Apr 15, 2025 by
ZhonghaoPan-NJU
wrong help message
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.
#139839
opened Apr 15, 2025 by
Sherlock-Holo
Mistake in CStr type's to_string_lossy() doc
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.
#139835
opened Apr 15, 2025 by
jnqnfe
rustdoc has 4 different "open sidebar" buttons
A-docs
Area: Documentation for any part of the project, including the compiler, standard library, and tools
A-frontend
Area: Compiler frontend (errors, parsing and HIR)
C-bug
Category: This is a bug.
T-rustdoc-frontend
Relevant to the rustdoc-frontend team, which will review and decide on the web UI/UX output.
#139832
opened Apr 15, 2025 by
lolbinarycat
Missing Area: Messages for errors, warnings, and lints
A-macros
Area: All kinds of macros (custom derive, macro_rules!, proc macros, ..)
A-suggestion-diagnostics
Area: Suggestions generated by the compiler applied by `cargo fix`
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.
use std::fmt::Write;
with write!
: rustc suggests editing the sysroot
A-diagnostics
#139830
opened Apr 15, 2025 by
Sky9x
Crater runs for 1.87
C-crater
Category: Issue for tracking crater runs
S-waiting-on-crater
Status: Waiting on a crater run to be completed.
T-release
Relevant to the release subteam, which will review and decide on the PR/issue.
ICE: Area: Attributes (`#[…]`, `#![…]`)
A-cfg
Area: `cfg` conditional compilation
A-lints
Area: Lints (warnings about flaws in source code) such as unused_mut.
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.
failed to process buffered lint here (dummy = false)
A-attributes
#139825
opened Apr 14, 2025 by
matthiaskrgr
regression: Area: linking into static, shared libraries and binaries
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.
O-windows-msvc
Toolchain: MSVC, Operating system: Windows
regression-untriaged
Untriaged performance or correctness regression.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
rust-lld: error: duplicate symbol: crc32␍
etc. on x86_64-pc-windows-msvc
for tests depending on crate libz-sys
A-linkage
#139821
opened Apr 14, 2025 by
MingweiSamuel
ICE: Unexpected type for constructor Category: This is a bug.
F-type_alias_impl_trait
`#[feature(type_alias_impl_trait)]`
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.
Variant(0)
: Alias(Opaque, AliasTy ..
C-bug
#139817
opened Apr 14, 2025 by
matthiaskrgr
Clarify safety invariants in Vec::from_raw_parts
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.
#139816
opened Apr 14, 2025 by
SyxtonPrime
ICE: 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.
expected len of array pat to be definite
C-bug
#139815
opened Apr 14, 2025 by
matthiaskrgr
ICE with (only) Category: This is a bug.
F-coerce_unsized
The `CoerceUnsized` trait
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.
coerce_unsized
in find_vtable_types_for_unsizing
C-bug
#139812
opened Apr 14, 2025 by
Zenithsiz
rust-analyzer --stage=1 mixes incompatible proc_macro server and client
A-bootstrap-stages
Area: issues with the meaning of stage numbers
C-bug
Category: This is a bug.
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
T-rust-analyzer
Relevant to the rust-analyzer team, which will review and decide on the PR/issue.
#139810
opened Apr 14, 2025 by
m-ou-se
rustc --emit=foo=file
is not documented in rustc --help -v
A-CLI
#139805
opened Apr 14, 2025 by
clubby789
never type appears in duplicate diagnostics
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.
#139790
opened Apr 14, 2025 by
mejrs
opaque type leakage and RPITIT normalization
A-impl-trait
Area: `impl Trait`. Universally / existentially quantified anonymous types with static dispatch.
F-return_position_impl_trait_in_trait
`#![feature(return_position_impl_trait_in_trait)]`
WG-trait-system-refactor
The Rustc Trait System Refactor Initiative (-Znext-solver)
#139788
opened Apr 14, 2025 by
lcnr
Inconsistent errors when passing functions as arguments.
A-diagnostics
Area: Messages for errors, warnings, and lints
C-bug
Category: This is a bug.
D-inconsistent
Diagnostics: Inconsistency in formatting, grammar or style between diagnostic messages.
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.
#139786
opened Apr 14, 2025 by
sandmuel
[Optimization] Significantly different assembly output for logically equivalent match patterns with string comparisons
A-patterns
Relating to patterns and pattern matching
C-optimization
Category: An issue highlighting optimization opportunities or PRs implementing such
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.
#139784
opened Apr 14, 2025 by
ZhonghaoPan-NJU
Build autodiff with download-ci-llvm=true
A-contributor-roadblock
Area: Makes things more difficult for new or seasoned contributors to Rust
C-bug
Category: This is a bug.
F-autodiff
`#![feature(autodiff)]`
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#139779
opened Apr 14, 2025 by
ZuseZ4
Impl documentation with sections is poorly indented
A-rustdoc-ui
Area: Rustdoc UI (generated HTML)
C-bug
Category: This is a bug.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
T-rustdoc-frontend
Relevant to the rustdoc-frontend team, which will review and decide on the web UI/UX output.
#139771
opened Apr 13, 2025 by
zopsicle
Bounds check not elided for index that should be known to be in-bounds
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.
llvm-fixed-upstream
Issue expected to be fixed by the next major LLVM upgrade, or backported fixes
#139759
opened Apr 13, 2025 by
okaneco
Previous Next
ProTip!
Updated in the last three days: updated:>2025-04-12.