-
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
Tracking issue for release notes of #133700: const-eval: detect more pointers as definitely not-null
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.
T-lang
Relevant to the language team, which will review and decide on the PR/issue.
#135666
opened Jan 18, 2025 by
rustbot
3 tasks
LLVM assertion failure on Wasm exceptions
A-LLVM
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
C-bug
Category: This is a bug.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
O-emscripten
Target: 50% off wasm32-unknown-musl. the savings come out of stdio.h, but hey, you get SDL!
O-wasi
Operating system: Wasi, Webassembly System Interface
O-wasm
Target: WASM (WebAssembly), http://webassembly.org/
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#135665
opened Jan 18, 2025 by
purplesyringa
Delay stabilizing async closures to consider if they should return Category: Discussion or questions that doesn't represent real issues.
I-lang-nominated
Nominated for discussion during a lang team meeting.
T-lang
Relevant to the language team, which will review and decide on the PR/issue.
impl IntoFuture
instead of impl Future
C-discussion
#135664
opened Jan 18, 2025 by
eholk
execution time should not be part of checked test output
A-doctests
Area: Documentation tests, run by rustdoc
A-rustdoc-ui
Area: Rustdoc UI (generated HTML)
A-testsuite
Area: The testsuite used to check the correctness of rustc
C-bug
Category: This is a bug.
I-flaky-test
Issue: A test is flaky/unreliable/spuriously fails
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
#135660
opened Jan 17, 2025 by
matthiaskrgr
E0106 "missing lifetime specifier" should be omitted when the signature is incorrect in an Area: Messages for errors, warnings, and lints
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
impl
(E0186)
A-diagnostics
#135659
opened Jan 17, 2025 by
kpreid
Tracking issue for release notes of #135656: Add 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.
-C hint-mostly-unused
to tell rustc that most of a crate will go unused
relnotes
#135657
opened Jan 17, 2025 by
rustbot
3 tasks
Change in leaf function causes unrelated compilation error in root function
A-lifetimes
Area: Lifetimes / regions
A-trait-system
Area: Trait system
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
#135652
opened Jan 17, 2025 by
0xdeafbeef
add Category: Discussion or questions that doesn't represent real issues.
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
src/librustdoc
and src/rustdoc-json-types
to RUSTC_IF_UNCHANGED_ALLOWED_PATHS
C-discussion
#135650
opened Jan 17, 2025 by
lolbinarycat
ICE: 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.
cannot convert to a region vid
C-bug
#135649
opened Jan 17, 2025 by
matthiaskrgr
universally directly depend on serde_derive instead of accessing it through serde.
C-cleanup
Category: PRs that clean code up or issues documenting cleanup.
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
#135647
opened Jan 17, 2025 by
lolbinarycat
ICE: polonius: 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) ❄️
NLL-polonius
Issues related for using Polonius in the borrow checker
T-types
Relevant to the types team, which will review and decide on the PR/issue.
None
in region infer with unconditional panic
A-diagnostics
#135646
opened Jan 17, 2025 by
matthiaskrgr
new build_helper::compiletest module for safer invocations of compiletest by bootstrap
A-compiletest
Area: The compiletest test runner
C-cleanup
Category: PRs that clean code up or issues documenting cleanup.
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#135645
opened Jan 17, 2025 by
lolbinarycat
Tracking issue for release notes of #127292: Tracking Issue for PathBuf::add_extension and Path::with_added_extension
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.
#135644
opened Jan 17, 2025 by
rustbot
3 tasks
Tracking issue for release notes of #91399: Tracking Issue for Area: Floating point numbers and arithmetic
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.
float_next_up_down
A-floating-point
#135637
opened Jan 17, 2025 by
rustbot
3 tasks
Tracking issue for release notes of #132268: Impl TryFrom<Vec<u8>> for String
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.
#135636
opened Jan 17, 2025 by
rustbot
3 tasks
Give recursion limit errors a span
A-diagnostics
Area: Messages for errors, warnings, and lints
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
#135629
opened Jan 17, 2025 by
oli-obk
Tracking issue for release notes of #127154: Tracking Issue for anonymous pipe API
F-anonymous_pipe
`#![feature(anonymous_pipe)]`
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.
#135622
opened Jan 17, 2025 by
rustbot
3 tasks
Inconsistent lifetime inference with return Category: This is a bug.
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
impl Future
/BoxFuture
and higher ranked lifetimes
C-bug
#135619
opened Jan 17, 2025 by
weiznich
ICE: "Missing value for constant, but no error reported?" with unresolvabe const due to trivial bounds
A-const-eval
Area: Constant evaluation, covers all const contexts (static, const fn, ...)
C-bug
Category: This is a bug.
F-trivial_bounds
`#![feature(trivial_bounds)]`
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.
#135617
opened Jan 17, 2025 by
FedericoBruzzone
ICE: 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.
unexpected resolution for an identifier in pattern
C-bug
#135614
opened Jan 17, 2025 by
matthiaskrgr
Valgrind leak check reports a "possibly lost" leak on Area: `std::thread`
C-bug
Category: This is a bug.
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
std::thread::current()
A-thread
#135608
opened Jan 17, 2025 by
purplesyringa
-Csplit-debuginfo=off
is not actually supported on apple(?) targets
A-CLI
#135607
opened Jan 17, 2025 by
jieyouxu
rustc-1.83
tarball contains a GCC checkout
A-gcc
#135606
opened Jan 17, 2025 by
maurer
rustdoc-json: Not enough info after paths change.
A-rustdoc-json
Area: Rustdoc JSON backend
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
#135600
opened Jan 16, 2025 by
aDotInTheVoid
WF check has error code Area: Messages for errors, warnings, and lints
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
E0277
which doesn't say anything about the current error
A-diagnostics
#135599
opened Jan 16, 2025 by
dev-ardi
Previous Next
ProTip!
Updated in the last three days: updated:>2025-01-14.