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

ICE: {OpaqueTypeKey { def_id: DefId(...)... }: OpaqueTypeDecl { hidden_type: OpaqueHiddenType ... } 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.
#137453 opened Feb 23, 2025 by MintuJ
Crater runs for 1.86 C-crater Category: Issue for tracking crater runs S-waiting-on-crater Status: Waiting on a crater run to be completed. T-release Relevant to the release subteam, which will review and decide on the PR/issue.
#137445 opened Feb 22, 2025 by Mark-Simulacrum 1.86.0
Dylibs built on 1.78.0 <->1.87.0 gets flagged as trojans C-external-bug Category: issue that is caused by bugs in software beyond our control
#137443 opened Feb 22, 2025 by Godnoken
rustdoc testsuites: Consistently use doc-flags over compile-flags for rustdoc-exclusive flags A-contributor-roadblock Area: Makes things more difficult for new or seasoned contributors to Rust A-testsuite Area: The testsuite used to check the correctness of rustc C-cleanup Category: PRs that clean code up or issues documenting cleanup. C-discussion Category: Discussion or questions that doesn't represent real issues. P-low Low priority T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#137442 opened Feb 22, 2025 by fmease
repr(u8) appears on std documentation of c_void A-cross-crate-reexports Area: Documentation that has been re-exported from a different crate A-docs Area: Documentation for any part of the project, including the compiler, standard library, and tools A-repr Area: the `#[repr(stuff)]` attribute C-bug Category: This is a bug. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#137440 opened Feb 22, 2025 by geeklint
private_bounds lint does not trigger when associated type is not re-exported C-bug Category: This is a bug. needs-triage This issue may need triage. Remove it if it has been sufficiently triaged.
#137438 opened Feb 22, 2025 by paolobarbolini
Overflow evaluating the requirement on associated_type_defaults bounded on the field it's being assigned C-bug Category: This is a bug. needs-triage This issue may need triage. Remove it if it has been sufficiently triaged.
#137434 opened Feb 22, 2025 by udoprog
Tracking issue for release notes of #135080: core: Make Debug impl of raw pointers print metadata if present A-testsuite Area: The testsuite used to check the correctness of rustc 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-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap) T-libs Relevant to the library team, which will review and decide on the PR/issue.
#137430 opened Feb 22, 2025 by rustbot
3 tasks
Tracking issue for release notes of #136764: Make ptr_cast_add_auto_to_object lint into hard error 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.
#137429 opened Feb 22, 2025 by rustbot
3 tasks
armv7-sony-vita-newlibeabihf should be named thumbv7a-sony-vita-newlibeabihf needs-triage This issue may need triage. Remove it if it has been sufficiently triaged.
#137422 opened Feb 22, 2025 by ChrisDenton
rustc_private linker error when llvm-tools is not installed A-diagnostics Area: Messages for errors, warnings, and lints 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.
#137421 opened Feb 22, 2025 by Noratrieb
With LLVM 20 the SIMD intrinsic wasm32::u8x16_sub_sat is compiled to a function call A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. A-SIMD Area: SIMD (Single Instruction Multiple Data) C-bug Category: This is a bug. needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. O-wasm Target: WASM (WebAssembly), http://webassembly.org/
#137419 opened Feb 22, 2025 by hkratz
False positive for break_with_label_and_loop lint & incorrect suggestion A-lints Area: Lints (warnings about flaws in source code) such as unused_mut. C-bug Category: This is a bug. L-break_with_label_and_loop Lint: break_with_label_and_loop L-false-positive Lint: False positive (should not have fired). T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#137414 opened Feb 22, 2025 by wmmc88
False postive for if-let-rescope on hashbrown::HashMap::get? A-edition-2024 Area: The 2024 edition A-lints Area: Lints (warnings about flaws in source code) such as unused_mut. C-bug Category: This is a bug. L-false-positive Lint: False positive (should not have fired). L-if_let_rescope Lint: if_let_rescope T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#137411 opened Feb 22, 2025 by Imberflur
Bad codegen for widen followed by ARM vdupq_n_* A-SIMD Area: SIMD (Single Instruction Multiple Data) C-optimization Category: An issue highlighting optimization opportunities or PRs implementing such E-needs-bisection Call for participation: This issue needs bisection: https://github.com/rust-lang/cargo-bisect-rustc 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. O-AArch64 Armv8-A or later processors in AArch64 mode regression-from-stable-to-stable Performance or correctness regression from one stable version to another. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#137407 opened Feb 22, 2025 by CatsAreFluffy
Tests marked as should_panic should report the line number of the test A-libtest Area: `#[test]` / the `test` library C-enhancement Category: An issue proposing an enhancement or a PR with one. T-libs Relevant to the library team, which will review and decide on the PR/issue. T-testing-devex Relevant to the testing devex team (testing DX), which will review and decide on the PR/issue.
#137405 opened Feb 21, 2025 by joshka
Post-#112261 pointer += integer diagnostics suggest replacing with unused value A-diagnostics Area: Messages for errors, warnings, and lints A-raw-pointers Area: raw pointers, MaybeUninit, NonNull A-suggestion-diagnostics Area: Suggestions generated by the compiler applied by `cargo fix` D-invalid-suggestion Diagnostics: A structured suggestion resulting in incorrect code. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#137391 opened Feb 21, 2025 by nabijaczleweli
[windows-gnu]: allow dynamic crt use C-feature-request Category: A feature request, i.e: not implemented / a PR. O-windows-gnullvm Target: *-windows-gnullvm
#137389 opened Feb 21, 2025 by ognevny
Tracking issue for release notes of #103806: Tracking Issue for string_extend_from_within 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.
#137387 opened Feb 21, 2025 by rustbot
3 tasks
Tracking issue for release notes of #129375: Tracking Issue for unbounded_shifts 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.
#137386 opened Feb 21, 2025 by rustbot
3 tasks
Tracking issue for release notes of #130192: [discussion] ErrorKind::InvalidFilename from io_error_more 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.
#137385 opened Feb 21, 2025 by rustbot
3 tasks
--print native-static-libs with --emit metadata prints nothing A-CLI Area: Command-line interface (CLI) to the compiler C-bug Category: This is a bug. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#137384 opened Feb 21, 2025 by ChrisDenton
Tracking issue for release notes of #136668: Stabilize core::str::from_utf8_mut as const 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.
#137381 opened Feb 21, 2025 by rustbot
3 tasks
Tracking issue for release notes of #128101: Tracking Issue for unsigned_is_multiple_of 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.
#137380 opened Feb 21, 2025 by rustbot
3 tasks
Tracking issue for release notes of #59618: Tracking issue for HashMap::extract_if and HashSet::extract_if A-collections Area: `std::collection` 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.
#137379 opened Feb 21, 2025 by rustbot
3 tasks
ProTip! Follow long discussions with comments:>50.