Skip to content

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
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Sort

Issues list

regression: ICE: trimmed_def_paths called, diagnostics were expected but none were emitted 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.
#135673 opened Jan 18, 2025 by BoxyUwU
regression: Sign is ambiguous 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.
#135672 opened Jan 18, 2025 by BoxyUwU
regression: cannot borrow ... as immutable because it is also borrowed as mutable 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. T-types Relevant to the types team, which will review and decide on the PR/issue.
#135671 opened Jan 18, 2025 by BoxyUwU
regression: type annotations needed 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.
#135670 opened Jan 18, 2025 by BoxyUwU
regression: a value of type HashMap<Pulse, u64> cannot be built from 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 Relevant to the library team, which will review and decide on the PR/issue.
#135669 opened Jan 18, 2025 by BoxyUwU
regression: ICE: Failed to normalize Alias(Opaque, AliasTy 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.
#135668 opened Jan 18, 2025 by BoxyUwU
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-crash Issue: The compiler crashes (SIGSEGV, SIGABRT, etc). Use I-ICE instead when the compiler panics. 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 impl IntoFuture instead of impl Future C-discussion 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.
#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 impl (E0186) 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.
#135659 opened Jan 17, 2025 by kpreid
Tracking issue for release notes of #135656: Add -C hint-mostly-unused to tell rustc that most of a crate will go unused 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.
#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 src/librustdoc and src/rustdoc-json-types to RUSTC_IF_UNCHANGED_ALLOWED_PATHS C-discussion 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)
#135650 opened Jan 17, 2025 by lolbinarycat
ICE: cannot convert to a region vid 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.
#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: None in region infer with unconditional panic 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) ❄️ 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.
#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 float_next_up_down A-floating-point 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.
#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 impl Future/BoxFuture and higher ranked lifetimes C-bug Category: This is a bug. needs-triage This issue may need triage. Remove it if it has been sufficiently triaged.
#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
ProTip! Add no:assignee to see everything that’s not assigned.