-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
rustc 1.85.1 fails to compile jiff on x86_64-pc-windows-msvc
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.
#138798
opened Mar 21, 2025 by
allan2
std::slice::partition_point performance regression when using rustc 1.82+
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-untriaged
Untriaged performance or correctness regression.
#138796
opened Mar 21, 2025 by
marvin-j97
Draft release notes for 1.86.0
relnotes-tracking-issue
Marks issues tracking what text to put in release notes.
T-release
Relevant to the release subteam, which will review and decide on the PR/issue.
RISC-V RVV not enabled despite Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
C-bug
Category: This is a bug.
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
-Ctarget-cpu=native
A-LLVM
#138789
opened Mar 21, 2025 by
ThomasHabets
Undefined lints scoped under Area: Lints (warnings about flaws in source code) such as unused_mut.
C-bug
Category: This is a bug.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
rustc
don't result in lint unknown-lints getting emitted (unless -Zunstable-options
is passed)
A-lints
#138788
opened Mar 21, 2025 by
fmease
Arguably-internal lint scope Area: Lints (warnings about flaws in source code) such as unused_mut.
C-bug
Category: This is a bug.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
rustc
isn't protected by a feature gate
A-lints
#138787
opened Mar 21, 2025 by
fmease
Tracking Issue for experiment with default auto traits
B-experimental
Blocker: In-tree experiment; RFC pending, not yet approved or unneeded (requires FCP to stabilize).
C-tracking-issue
Category: An issue tracking the progress of sth. like the implementation of an RFC
T-lang
Relevant to the language team, which will review and decide on the PR/issue.
#138781
opened Mar 21, 2025 by
Bryanskiy
1 of 13 tasks
unused_attributes: false positive since nightly-2025-03-21 "unused attribute Area: Attributes (`#[…]`, `#![…]`)
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-nightly
Performance or correctness regression from stable to nightly.
<cfg_attr>
"
A-attributes
#138779
opened Mar 21, 2025 by
taiki-e
./x dist --stage 2 $tool
broken after #138224
C-bug
#138778
opened Mar 21, 2025 by
pietroalbini
Tracking Issue for Category: An issue tracking the progress of sth. like the implementation of an RFC
#[loop_match]
C-tracking-issue
#138777
opened Mar 21, 2025 by
folkertdev
4 tasks
unused_qualifications
lint confused by pub use Foo::*
A-lints
#138770
opened Mar 21, 2025 by
nnethercote
Tracking issue for wasm32-unknown-unknown's future-incompat warning for C ABI changes
A-ABI
Area: Concerning the application binary interface (ABI)
C-future-incompatibility
Category: Future-incompatibility lints
C-tracking-issue
Category: An issue tracking the progress of sth. like the implementation of an RFC
O-wasm
Target: WASM (WebAssembly), http://webassembly.org/
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#138762
opened Mar 21, 2025 by
alexcrichton
unresolved symbol Unstable Cargo option: Compile the standard library yourself.
A-allocators
Area: Custom and system allocators
A-linkage
Area: linking into static, shared libraries and binaries
C-bug
Category: This is a bug.
O-windows-msvc
Toolchain: MSVC, Operating system: Windows
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.
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
rdl_oom
when compiling cdylib
crate with no_global_oom_handling
on pc-windows-msvc
target
-Zbuild-std
#138758
opened Mar 20, 2025 by
wmmc88
#![no_implicit_prelude]
does not disable macros
A-macros
#138756
opened Mar 20, 2025 by
kpreid
Wrong error message when omitting braces from closure with return type which returns tuple
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.
#138748
opened Mar 20, 2025 by
schuelermine
"does not live long enough" errors due to moving into match block should be more helpful
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.
#138741
opened Mar 20, 2025 by
TheNeikos
ICE: Category: This is a bug.
F-abi_ptx
`#![feature(abi_ptx)]`
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.
Architecture x86_64 does not support GpuKernel calling convention
C-bug
#138738
opened Mar 20, 2025 by
matthiaskrgr
[msys2] can not compile Rust 1.85.1 with LLVM20 and GCC (all required changes are backported)
A-LLVM
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
C-bug
Category: This is a bug.
C-external-bug
Category: issue that is caused by bugs in software beyond our control
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
O-windows-gnu
Toolchain: GNU, Operating system: Windows
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#138722
opened Mar 19, 2025 by
ognevny
pin!()
macro cannot be expressed in Rust 2024
A-edition-2024
#138718
opened Mar 19, 2025 by
m-ou-se
Conditional compilation: E0747 and E0107 on generics and lifetime
A-attributes
Area: Attributes (`#[…]`, `#![…]`)
A-cfg
Area: `cfg` conditional compilation
C-bug
Category: This is a bug.
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.
#138716
opened Mar 19, 2025 by
IzawGithub
Tracking issue for release notes of #136393: Fix accidentally not emitting overflowing literals lints anymore in patterns
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
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-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
import_trait_associated_functions
is not very compatible with min_generic_const_args
C-bug
#138711
opened Mar 19, 2025 by
petrochenkov
ICE: rustc panicked at compiler\rustc_middle\src\mir\interpret\queries.rs:104:13
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.
#138710
opened Mar 19, 2025 by
sososopy
error performing operation: fully_perform in ascribe_user_type
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.
#138707
opened Mar 19, 2025 by
VincentVanlaer
rustc book: Outdated parameters for Area: Documentation for any part of the project, including the compiler, standard library, and tools
A-print-requests
Area: print requests (`--print=...`)
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
--print
A-docs
#138698
opened Mar 19, 2025 by
xizheyin
Previous Next
ProTip!
Adding no:label will show everything without a label.