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: WellFormed .. has escaping bound vars, so it cannot be wrapped in a dummy binder. C-bug Category: This is a bug. F-non_lifetime_binders `#![feature(non_lifetime_binders)]` 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.
#131535 opened Oct 11, 2024 by matthiaskrgr
ICE: ConstArgHasType has escaping bound vars, so it cannot be wrapped in a dummy binder. C-bug Category: This is a bug. F-generic_const_exprs `#![feature(generic_const_exprs)]` 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.
#131534 opened Oct 11, 2024 by matthiaskrgr
Tracking Issue for const str::split_at* C-tracking-issue Category: A tracking issue for an RFC or an unstable feature. T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#131518 opened Oct 10, 2024 by zachs18
4 tasks
Tracking Issue for const_is_char_boundary C-tracking-issue Category: A tracking issue for an RFC or an unstable feature. T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#131516 opened Oct 10, 2024 by zachs18
3 tasks
Outputting rustdoc JSON output to stdout instead of file when invoked via cargo needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#131515 opened Oct 10, 2024 by Boscop
Priority-inheritance futex is not used when implementing Mutex and RwLock C-bug Category: This is a bug. needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#131514 opened Oct 10, 2024 by ruihe774
Tracking Issue for GPU-offload C-tracking-issue Category: A tracking issue for an RFC or an unstable feature. F-gpu_offload `#![feature(gpu_offload)]` 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. T-lang Relevant to the language team, which will review and decide on the PR/issue.
#131513 opened Oct 10, 2024 by ZuseZ4
1 of 5 tasks
rustdoc lint to flag potential intra-doc links A-intra-doc-links Area: Intra-doc links, the ability to link to items in docs by name A-lint Area: Lints (warnings about flaws in source code) such as unused_mut. A-rust-for-linux Relevant for the Rust-for-Linux project C-feature-request Category: A feature request, i.e: not implemented / a PR. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#131510 opened Oct 10, 2024 by ojeda
ICE: invalid immediate for given destination place: value ScalarPair .. does not match ABI C-bug Category: This is a bug. F-non_lifetime_binders `#![feature(non_lifetime_binders)]` 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.
#131507 opened Oct 10, 2024 by matthiaskrgr
False positive for path statement with no effect; removing path would hide bug 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.
#131504 opened Oct 10, 2024 by tspiteri
Open source library I work on (proof-of-sql) doesn't compile due to rustc error A-incr-comp Area: Incremental compilation C-bug Category: This is a bug. I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ S-needs-repro Status: This issue has no reproduction and needs a reproduction to make progress. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#131499 opened Oct 10, 2024 by iajoiner
RPITIT causes incorrect "dropped while still borrowed" error in some cases C-bug Category: This is a bug. needs-triage This issue may need triage. Remove it if it has been sufficiently triaged.
#131490 opened Oct 10, 2024 by cdhowie
Implementation of trait "not general enough" in nightly, works fine on stable 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-from-stable-to-nightly Performance or correctness regression from stable to nightly.
#131488 opened Oct 10, 2024 by ejmount
Tracking Issue for minicore (core prelude stubs test auxiliary) A-test-infra Area: test infrastructure (may span bootstrap/compiletest/more) C-tracking-issue Category: A tracking issue for an RFC or an unstable feature. 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.
#131485 opened Oct 10, 2024 by jieyouxu
1 of 4 tasks
non_local_definitions lint is unhappy with multiple nested anonymous constants A-lint Area: Lints (warnings about flaws in source code) such as unused_mut. C-bug Category: This is a bug. L-non_local_definitions Lint: non_local_definitions 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.
#131474 opened Oct 9, 2024 by clarfonthey
{integer}..unresolved_ident suggests field access 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. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#131471 opened Oct 9, 2024 by crumblingstatue
Windows allocator is incompatible with passing heap allocations across DLL libraries with static std 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 T-libs Relevant to the library team, which will review and decide on the PR/issue.
#131468 opened Oct 9, 2024 by danakj
Emscripten metadata file size is wrong C-bug Category: This is a bug. I-prioritize Issue: Indicates that prioritization has been requested for this issue. I-unsound Issue: A soundness hole (worst kind of bug), see: https://en.wikipedia.org/wiki/Soundness 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 T-libs Relevant to the library team, which will review and decide on the PR/issue.
#131467 opened Oct 9, 2024 by juntyr
Compiler recognition error for variable changes C-bug Category: This is a bug. needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. S-needs-repro Status: This issue has no reproduction and needs a reproduction to make progress.
#131459 opened Oct 9, 2024 by ChisatoNishikigi73
Compilation error when matching reference to empty enum C-bug Category: This is a bug. needs-triage This issue may need triage. Remove it if it has been sufficiently triaged.
#131452 opened Oct 9, 2024 by dhedey
ICE: jump threading: 2 != 1 A-mir-opt Area: MIR optimizations C-bug Category: This is a bug. I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ requires-debug-assertions This issue requires a build of rustc or tooling with debug-assertions in some way T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#131451 opened Oct 9, 2024 by matthiaskrgr
assert_eq! is not 100% hygienic A-diagnostics Area: Messages for errors, warnings, and lints A-macros Area: All kinds of macros (custom derive, macro_rules!, proc macros, ..) C-bug Category: This is a bug. D-confusing Diagnostics: Confusing error or lint that should be reworked. D-terse Diagnostics: An error or lint that doesn't give enough information about the problem at hand. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#131446 opened Oct 9, 2024 by GrigorenkoPV
Stabilize shorter_tail_lifetime A-edition-2024 Area: The 2024 edition disposition-merge This issue / PR is in PFCP or FCP with a disposition to merge it. F-shorter_tail_lifetimes `#![feature(shorter_tail_lifetimes)]` final-comment-period In the final comment period and will be merged soon unless new substantive objections are raised. 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.
#131445 opened Oct 9, 2024 by dingxiangfei2009
static_mut_refs lint fires on assert_eq 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.
#131443 opened Oct 9, 2024 by RalfJung
Tracking Issue for gracefully handling broken pipes in the compiler C-bug Category: This is a bug. C-tracking-issue Category: A tracking issue for an RFC or an unstable feature. E-hard Call for participation: Hard difficulty. Experience needed to fix: A lot. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#131436 opened Oct 9, 2024 by jieyouxu
8 tasks
ProTip! Type g p on any issue or pull request to go back to the pull request listing page.