This commit is contained in:
Niko Matsakis 2021-08-23 22:25:55 +00:00
parent ef2b9a4068
commit ec9531bcb0

View File

@ -2,6 +2,7 @@
//
// check-pass
#![allow(incomplete_features)]
#![feature(capture_disjoint_fields)]
fn foo<MsU>(handler: impl FnOnce() -> MsU + Clone + 'static) {