-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
Cannot cross-compile rust while providing pre-built LLVM
A-cross
Area: Cross compilation
C-bug
Category: This is a bug.
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
O-NixOS
Operating system: NixOS, https://nixos.org/
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#134811
opened Dec 27, 2024 by
rhelmot
Warn on Fullwidth Exclamation Mark (U+FF01) in comment
A-lints
Area: Lints (warnings about flaws in source code) such as unused_mut.
A-Unicode
Area: Unicode
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.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
#134810
opened Dec 27, 2024 by
dtolnay
strange borrowing suggestion
A-diagnostics
Area: Messages for errors, warnings, and lints
#134805
opened Dec 26, 2024 by
est31
Tracking issue for release notes of #133073: Area: `#[test]` / the `test` library
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-testing-devex
Relevant to the testing devex team (testing DX), which will review and decide on the PR/issue.
--nocapture
doesn't follow common CLI conventions, making it a stumbling block to people debugging failures
A-libtest
#134801
opened Dec 26, 2024 by
rustbot
3 tasks
Spurious error[E0492]: constants cannot refer to interior mutable data when an undeclared type is found
A-const-eval
Area: Constant evaluation, covers all const contexts (static, const fn, ...)
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.
#134796
opened Dec 26, 2024 by
kpreid
compiletest "--bless" fails to delete stderr files
A-compiletest
Area: The compiletest test runner
C-bug
Category: This is a bug.
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.
#134793
opened Dec 26, 2024 by
RalfJung
Target feature implications for negative features are handled inconsistently between codegen and Category: This is a bug.
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
cfg(target_feature)
C-bug
#134792
opened Dec 26, 2024 by
RalfJung
ICE: AFIT with shadowed lifetime parameter: Cannot convert to region vid
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.
#134780
opened Dec 26, 2024 by
IreneKnapp
Terse parse error on Area: Messages for errors, warnings, and lints
A-parser
Area: The parsing of Rust source code to an AST
A-patterns
Relating to patterns and pattern matching
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.
ident @ pat
in destructuring assignment
A-diagnostics
#134778
opened Dec 26, 2024 by
workingjubilee
rustdoc: ICE: Cannot turn Area: auto traits (e.g., `auto trait Send {}`)
A-synthetic-impls
Area: Synthetic impls, used by rustdoc to document auto traits and traits with blanket impls
C-bug
Category: This is a bug.
F-associated_const_equality
`#![feature(associated_const_equality)]`
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
requires-nightly
This issue requires a nightly compiler in some way.
S-has-mcve
Status: A Minimal Complete and Verifiable Example has been found for this issue
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
UnevaluatedConst
into AliasTy
when synthesizing auto trait impls
A-auto-traits
#134775
opened Dec 26, 2024 by
sigurd4
1 of 4 tasks
Tracking issue for release notes of #131729: Make the --check-cfg
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.
test
cfg a userspace check-cfg
F-check-cfg
#134773
opened Dec 25, 2024 by
rustbot
1 of 3 tasks
ICE 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.
has escaping bound vars, so it cannot be wrapped in a dummy binder.
A-diagnostics
#134764
opened Dec 25, 2024 by
matthiaskrgr
statics are null on x86_64-unknown-linux-none
C-bug
Category: This is a bug.
O-linux-none
Operating system: Linux, with the libcless linux-none target
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#134763
opened Dec 25, 2024 by
m-mueller678
Compile Error on AVR atmega328p with global_asm! in lib.rs
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
O-AVR
Target: AVR processors (ATtiny, ATmega, etc.)
#134758
opened Dec 25, 2024 by
xjnxjnxjn
forbid-output
is inconsisently named versus error-pattern
and normalize-stderr-test
and friends
A-compiletest
#134753
opened Dec 25, 2024 by
jieyouxu
Tracking issue for release notes of #134751: Enable LSX feature for LoongArch OpenHarmony target
O-loongarch
Target: LoongArch (LA32R, LA32S, LA64)
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.
Tracking issue for stabilizing the Area: Source-based code coverage (-Cinstrument-coverage)
C-tracking-issue
Category: An issue tracking the progress of sth. like the implementation of an RFC
#[coverage(..)]
attribute
A-code-coverage
#134749
opened Dec 25, 2024 by
Zalathar
6 tasks
Missing unreachable code/arm warning, when a match guard is diverging
A-lints
Area: Lints (warnings about flaws in source code) such as unused_mut.
C-bug
Category: This is a bug.
L-unreachable_code
Lint: unreachable_code
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#134734
opened Dec 24, 2024 by
WaffleLapkin
unreachable_patterns
emitted on _
that matches a local of uninhabited type (that is uninitialized)
A-lints
#134733
opened Dec 24, 2024 by
WaffleLapkin
[AVR] Large const lookup table is placed in data section
C-bug
Category: This is a bug.
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
O-AVR
Target: AVR processors (ATtiny, ATmega, etc.)
#134731
opened Dec 24, 2024 by
imihajlow
Tracking issue for release notes of #95892: Tracking Issue for 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-lang
Relevant to the language 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.
sub_ptr
(feature ptr_sub_ptr
)
needs-triage
#134727
opened Dec 24, 2024 by
rustbot
3 tasks
Tracking issue for release notes of #132431: From iterator for more tuples
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-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
Tracking issue for release notes of #67521: Tracking issue for const Area: Custom and system allocators
A-const-eval
Area: Constant evaluation, covers all const contexts (static, const fn, ...)
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-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
alloc::Layout
A-allocators
std::thread::yield_now()
example is lacking.
A-docs
#134723
opened Dec 24, 2024 by
dev-ardi
Infinite recursion in type resolution for unused type
C-bug
Category: This is a bug.
fixed-by-next-solver
Fixed by the next-generation trait solver, `-Znext-solver`.
I-hang
Issue: The compiler never terminates, due to infinite loops, deadlock, livelock, etc.
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
T-types
Relevant to the types team, which will review and decide on the PR/issue.
#134719
opened Dec 24, 2024 by
andriyDev
Previous Next
ProTip!
Type g i on any issue or pull request to go back to the issue listing page.