mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 01:05:39 +03:00
5cd02eaece
The `rust-call` ABI isn't compatible with `#![feature(unsized_fn_params)]`, so trying to use that feature with closures leads to an ICE (#67981). This turns that ICE into a type-check error.