-
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
Unwrap() THIS - Here's your present ya' filthy animal
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
#134769
opened Dec 25, 2024 by
JeffGillin
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
cargo install failure STATUS_HEAP_CORRUPTION / C1001: Internal compiler error / STATUS_ACCESS_VIOLATION on windows which succeeds with -j option
C-defective-hardware
Category: Issue that was filed as a possible software bug but is actually defective hardware
S-needs-repro
Status: This issue has no reproduction and needs a reproduction to make progress.
#134761
opened Dec 25, 2024 by
neeraj9
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
add an useful Category: A feature request, i.e: not implemented / a PR.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
File::append()
utility
C-feature-request
#134755
opened Dec 25, 2024 by
liigo
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.
#134726
opened Dec 24, 2024 by
rustbot
3 tasks
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
#134725
opened Dec 24, 2024 by
rustbot
3 tasks
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
Outdated comment about std::hash::DefaultHasher being inaccessible
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.
#134717
opened Dec 24, 2024 by
dbdr
regression: ICE: thread 'rustc' panicked at compiler/rustc_metadata/src/rmeta/decoder.rs:1501:75
C-bug
Category: This is a bug.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
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.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
regression: error[E0659]: 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.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
Entry
is ambiguous
C-bug
std::ptr::swap_nonoverlapping
is not always untyped
C-bug
#134713
opened Dec 23, 2024 by
zachs18
regression: error[E0570]: 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.
"stdcall"
/"fastcall"
is not a supported ABI for the current target
C-bug
regression: error[E0512]: cannot transmute between types of different sizes, or dependently-sized types (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.
Thread
)
C-bug
regression: error[E0277]: the trait bound 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.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
Box<dyn OptValueParse<'_>>: From<&mut [char]>
is not satisfied
C-bug
regression: error[E0275]: overflow evaluating the requirement (related to 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.
pin-project
)
C-bug
Previous Next
ProTip!
Adding no:label will show everything without a label.