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: used byval ABI for unsized layout A-hardware-interrupts Area: Code for handling the "interrupt ABI" of various processors C-bug Category: This is a bug. F-abi_x86_interrupt F-unsized_fn_params `#![feature(unsized_fn_params)]` 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.
#124806 opened May 6, 2024 by matthiaskrgr
unsized_fn_params should not accept types that don't have a dynamically fixed size (such as extern types) F-extern_types `#![feature(extern_types)]` F-unsized_fn_params `#![feature(unsized_fn_params)]` T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#115709 opened Sep 9, 2023 by RalfJung
unsized_fn_params allows some unsized locals A-MIR Area: Mid-level IR (MIR) - https://blog.rust-lang.org/2016/04/19/MIR.html F-unsized_fn_params `#![feature(unsized_fn_params)]` requires-nightly This issue requires a nightly compiler in some way.
#111175 opened May 4, 2023 by RalfJung
Check that move arguments are disjoint in the mir verifier -Zvalidate-mir Unstable option: MIR validation A-MIR Area: Mid-level IR (MIR) - https://blog.rust-lang.org/2016/04/19/MIR.html F-unsized_fn_params `#![feature(unsized_fn_params)]` T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#103363 opened Oct 21, 2022 by bjorn3
Check that arguments are only moving locals or box contents in the mir verifier -Zvalidate-mir Unstable option: MIR validation A-MIR Area: Mid-level IR (MIR) - https://blog.rust-lang.org/2016/04/19/MIR.html F-unsized_fn_params `#![feature(unsized_fn_params)]` T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#103362 opened Oct 21, 2022 by bjorn3
ICE in unsized fn params: tried to statically allocate unsized place A-codegen Area: Code generation C-bug Category: This is a bug. F-unsized_fn_params `#![feature(unsized_fn_params)]` 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.
#67981 opened Jan 7, 2020 by DutchGhost
Tracking issue for RFC #1909: Unsized Rvalues (unsized_locals, unsized_fn_params) B-RFC-approved Blocker: Approved by a merged RFC but not yet implemented. C-tracking-issue Category: An issue tracking the progress of sth. like the implementation of an RFC F-unsized_fn_params `#![feature(unsized_fn_params)]` F-unsized_locals `#![feature(unsized_locals)]` S-tracking-design-concerns Status: There are blocking design concerns. S-tracking-needs-summary Status: It's hard to tell what's been done and what hasn't! Someone should do some investigation. T-lang Relevant to the language team, which will review and decide on the PR/issue.
#48055 opened Feb 7, 2018 by aturon
2 of 13 tasks
ProTip! Find all open issues with in progress development work with linked:pr.