-
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
pub use with glob import behaves differently when re-exported vs directly used
C-bug
Category: This is a bug.
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
#140694
opened May 6, 2025 by
lalala-233
ICE: export stable: unreachable
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.
#140693
opened May 6, 2025 by
matthiaskrgr
the compiler unexpectedly panicked. this is a bug
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.
#140691
opened May 6, 2025 by
figo361
Attribute representation change in rustdoc JSON without version bump
A-rustdoc-json
Area: Rustdoc JSON backend
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.
#140689
opened May 6, 2025 by
obi1kenobi
release builds using rustc 1.86.0 on macOS Ventura (intel) SDK exhibit incorrect behaviour
A-cross
Area: Cross compilation
C-bug
Category: This is a bug.
E-needs-bisection
Call for participation: This issue needs bisection: https://github.com/rust-lang/cargo-bisect-rustc
I-miscompile
Issue: Correct Rust code lowers to incorrect machine code
I-prioritize
Issue: Indicates that prioritization has been requested for this issue.
O-apple
Operating system: Apple (macOS, iOS, tvOS, visionOS, watchOS)
regression-untriaged
Untriaged performance or correctness regression.
#140686
opened May 5, 2025 by
spikegrobstein
ICE: in tokenstream with contracts in impl
A-parser
Area: The lexing & parsing of Rust source code to an AST
C-bug
Category: This is a bug.
F-contracts
`#![feature(contracts)]`
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
S-has-bisection
Status: a bisection has been found for this issue
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.
#140683
opened May 5, 2025 by
matthiaskrgr
Revisit the Area: test infrastructure (may span bootstrap/compiletest/more)
A-testsuite
Area: The testsuite used to check the correctness of rustc
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.
rust_test_helpers
setup
A-test-infra
#140680
opened May 5, 2025 by
jieyouxu
GenericArg::Infer
may be unreachable in rustdoc-types
C-bug
#140679
opened May 5, 2025 by
fluiderson
SIGILL when compiling Area: Source-based code coverage (-Cinstrument-coverage)
C-bug
Category: This is a bug.
E-needs-mcve
Call for participation: This issue has a repro, but needs a Minimal Complete and Verifiable Example
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.
cc
with -C instrument-coverage
-Z coverage-options=mcdc
A-code-coverage
#140677
opened May 5, 2025 by
esarver
Bootstrap tests fail when Category: This is a bug.
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
git_merge_commit_email
in src/stage0
contains square brackets
C-bug
#140669
opened May 5, 2025 by
japaric
Tracking Issue for Category: An issue tracking the progress of sth. like the implementation of an RFC
S-tracking-unimplemented
Status: The feature has not been implemented.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
VecDeque::truncate_front
C-tracking-issue
#140667
opened May 5, 2025 by
vkrivopalov
2 of 4 tasks
Tracking issue for release notes of #140593: Temporary lifetime extension through tuple struct and tuple variant constructors
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-lang
Relevant to the language team, which will review and decide on the PR/issue.
#140666
opened May 5, 2025 by
rustbot
Problems with dead code elimination with Category: Discussion or questions that doesn't represent real issues.
opt-level=s
C-discussion
#140665
opened May 5, 2025 by
newpavlov
Coercing higher ranked associated functions into a function pointer requires wrapping in a closure
C-bug
Category: This is a bug.
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
#140663
opened May 5, 2025 by
parrottq
sending a SIGSEGV via Area: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflows
C-bug
Category: This is a bug.
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
kill
disables the stack overflow handler
A-runtime
#140662
opened May 5, 2025 by
joboet
Malformed suggestion for E0308 when macros are involved
A-diagnostics
Area: Messages for errors, warnings, and lints
A-suggestion-diagnostics
Area: Suggestions generated by the compiler applied by `cargo fix`
D-invalid-suggestion
Diagnostics: A structured suggestion resulting in incorrect code.
E-needs-mcve
Call for participation: This issue has a repro, but needs a Minimal Complete and Verifiable Example
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#140659
opened May 5, 2025 by
nagisa
consts in dead monomorphic async fn are never evaluated
A-async-await
Area: Async & Await
A-const-eval
Area: Constant evaluation, covers all const contexts (static, const fn, ...)
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.
T-lang
Relevant to the language team, which will review and decide on the PR/issue.
#140655
opened May 5, 2025 by
moxian
PartialOrd
does not mention it omits reflexivity
A-docs
#140654
opened May 5, 2025 by
Muon
Confusing error when a const contains a shared ref to interior mutable data
A-const-eval
Area: Constant evaluation, covers all const contexts (static, const fn, ...)
C-bug
Category: This is a bug.
I-lang-nominated
Nominated for discussion during a lang team meeting.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
T-lang
Relevant to the language team, which will review and decide on the PR/issue.
#140653
opened May 5, 2025 by
RalfJung
rustc explain panics with error code longer than 4 digits
A-diagnostics
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) ❄️
P-low
Low priority
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#140647
opened May 4, 2025 by
chputnam
"Unused" associated type bounds in Area: trait objects, vtable layout
C-bug
Category: This is a bug.
I-prioritize
Issue: Indicates that prioritization has been requested for this issue.
L-unused_associated_type_bounds
Lint: unused_associated_type_bounds
regression-from-stable-to-beta
Performance or correctness regression from stable to beta.
T-types
Relevant to the types team, which will review and decide on the PR/issue.
dyn
no longer parameterize the type
A-dyn-trait
#140645
opened May 4, 2025 by
QuineDot
ICE: Area: const generics (parameters and arguments)
C-bug
Category: This is a bug.
F-min_generic_const_args
`#![feature(min_generic_const_args)]`
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
S-has-bisection
Status: a bisection has been found for this issue
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.
expected a const, but found a type
A-const-generics
#140642
opened May 4, 2025 by
matthiaskrgr
Tracking issue for release notes of #134273: de-stabilize bench attribute
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.
#140629
opened May 3, 2025 by
rustbot
OpenOptions::open
InvalidInput error for read(true).create(true)
is unclear (or check is redundant)
A-docs
#140621
opened May 3, 2025 by
0xdeafbeef
tests/ui/debuginfo/debuginfo-type-name-layout-ice-94961-2.rs
emits "values of the type [u8; usize::MAX]
are too big for the target architecture" differently
A-debuginfo
#140620
opened May 3, 2025 by
jieyouxu
Previous Next
ProTip!
Mix and match filters to narrow down what you’re looking for.