about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2023-05-24 06:05:38 +0200
committerGitHub <noreply@github.com>2023-05-24 06:05:38 +0200
commitefea88ae08812f161396d8c00d16fc144e39ff6f (patch)
tree212b67185fc1b5d978758ed2d615a70c37a3b313 /compiler/rustc_codegen_llvm
parent224b6511b136e2e36ee147083c16596677edd47d (diff)
parent5cd02eaece8cf537054960d0d6db67096e78865d (diff)
downloadrust-efea88ae08812f161396d8c00d16fc144e39ff6f.tar.gz
rust-efea88ae08812f161396d8c00d16fc144e39ff6f.zip
Rollup merge of #111864 - Jules-Bertholet:sized-closures, r=compiler-errors
Always require closure parameters to be `Sized`

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.

`@rustbot` label A-closures F-unsized_fn_params
Diffstat (limited to 'compiler/rustc_codegen_llvm')
0 files changed, 0 insertions, 0 deletions