-
Notifications
You must be signed in to change notification settings - Fork 13k
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
const
s that depend on other constants which fail to evaluate create difficult to read error messages due to notes:
output
A-diagnostics
#135259
opened Jan 8, 2025 by
repnop
rust-lld: error: undefined symbol: __gxx_personality_v0
C-bug
Category: This is a bug.
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
#135257
opened Jan 8, 2025 by
hasenbanck
Generic trait bound hides concrete type associated type
C-bug
Category: This is a bug.
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
#135254
opened Jan 8, 2025 by
LHolten
Wrong type suggested for Area: Messages for errors, warnings, and lints
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
overflowing_literals
when the number is big
A-diagnostics
#135248
opened Jan 8, 2025 by
s-cerevisiae
Item-bounds can be used to non-productively prove themselves
A-associated-items
Area: Associated items (types, constants & functions)
I-unsound
Issue: A soundness hole (worst kind of bug), see: https://en.wikipedia.org/wiki/Soundness
P-medium
Medium priority
S-blocked
Status: Blocked on something else such as an RFC or other implementation work.
T-types
Relevant to the types team, which will review and decide on the PR/issue.
#135246
opened Jan 8, 2025 by
lcnr
x86_64-unknown-linux-musl
with -Ctarget-feature=-crt-static
links to glibc
A-linkage
#135244
opened Jan 8, 2025 by
LunarLambda
Tracking Issue for nonnull_provenance
C-tracking-issue
Category: An issue tracking the progress of sth. like the implementation of an RFC
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
#135243
opened Jan 8, 2025 by
RalfJung
1 of 4 tasks
Performance regression on toy problem, but not for opt-level=1.
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.
P-low
Low priority
regression-untriaged
Untriaged performance or correctness regression.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#135241
opened Jan 8, 2025 by
TheThirdOne
improve spans for This issue may need triage. Remove it if it has been sufficiently triaged.
CallArgument
constraints
needs-triage
#135238
opened Jan 8, 2025 by
lcnr
ICE building smallvec with coverage support (nightly-to-nightly regression)
A-code-coverage
Area: Source-based code coverage (-Cinstrument-coverage)
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.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#135235
opened Jan 8, 2025 by
RalfJung
Diagnostics sometimes suggest items from Area: Messages for errors, warnings, and lints
D-confusing
Diagnostics: Confusing error or lint that should be reworked.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
rustc_private
crates
A-diagnostics
#135232
opened Jan 8, 2025 by
tgross35
Inconsistent/wrong choice of trait impls under Area: The miri tool
A-trait-objects
Area: trait objects, vtable layout
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.
miri
with transmuted vtables
A-miri
#135230
opened Jan 8, 2025 by
steffahn
Maybe-bounds in associated type bounds don't get rejected
C-bug
Category: This is a bug.
F-associated_type_bounds
`#![feature(associated_type_bounds)]`
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#135229
opened Jan 8, 2025 by
fmease
Test crate-type-flag.rs#proc_dash_macro is failing
A-testsuite
Area: The testsuite used to check the correctness of rustc
O-fuchsia
Operating system: Fuchsia
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#135223
opened Jan 7, 2025 by
aidanwolter3
DispatchFromDyn
rules allowing non-PhantomData
ZSTs in additional fields is unsound
C-bug
#135220
opened Jan 7, 2025 by
steffahn
CoercePointee leaks unstable unsizing impls
A-coercions
Area: implicit and explicit `expr as Type` coercions
F-derive_coerce_pointee
Feature: RFC 3621's oft-renamed implementation
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.
#135217
opened Jan 7, 2025 by
BoxyUwU
DispatchFromDyn builtin checks are weaker than CoerceUnsized
A-coercions
Area: implicit and explicit `expr as Type` coercions
F-derive_coerce_pointee
Feature: RFC 3621's oft-renamed implementation
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.
#135215
opened Jan 7, 2025 by
BoxyUwU
CoerceUnsized
builtin checks do not handle aliases
A-coercions
#135214
opened Jan 7, 2025 by
BoxyUwU
ICE: Area: Messages for errors, warnings, and lints
C-bug
Category: This is a bug.
F-const_trait_impl
`#![feature(const_trait_impl)]`
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.
error: internal compiler error[E0277]: the trait bound 'str: const Deref' is not satisfied
A-diagnostics
#135210
opened Jan 7, 2025 by
matthiaskrgr
ICE: Category: This is a bug.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
P-low
Low priority
regression-from-stable-to-nightly
Performance or correctness regression from stable to nightly.
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.
missing associated_item_or_field_def_ids for DefId
C-bug
#135209
opened Jan 7, 2025 by
matthiaskrgr
ICE: Category: This is a bug.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
P-low
Low priority
regression-from-stable-to-nightly
Performance or correctness regression from stable to nightly.
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.
enum variant discr was too generic to eval
C-bug
#135208
opened Jan 7, 2025 by
matthiaskrgr
CoercePointee
doesn't tightly enforce the restriction to #[repr(transparent)]
-only wrappers, if other proc-macros are involved
C-bug
#135206
opened Jan 7, 2025 by
steffahn
Please lint on Area: Type inference
A-lints
Area: Lints (warnings about flaws in source code) such as unused_mut.
C-feature-request
Category: A feature request, i.e: not implemented / a PR.
T-lang
Relevant to the language team, which will review and decide on the PR/issue.
a.eq(b.into())
if a.eq(b)
would work
A-inference
#135201
opened Jan 7, 2025 by
joshtriplett
Lint for functions/variables/etc using the same name as a type (Area: Lints (warnings about flaws in source code) such as unused_mut.
C-feature-request
Category: A feature request, i.e: not implemented / a PR.
T-lang
Relevant to the language team, which will review and decide on the PR/issue.
str
, u32
, ...)
A-lints
#135196
opened Jan 7, 2025 by
joshtriplett
DllMain is never run when given stdcall decorated export
C-bug
Category: This is a bug.
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
O-windows
Operating system: Windows
#135188
opened Jan 7, 2025 by
PARTYMANX
Previous Next
ProTip!
Mix and match filters to narrow down what you’re looking for.