Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
nikomatsakis committed Aug 23, 2021
1 parent ef2b9a4 commit ec9531b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/ui/closures/2229_closure_analysis/issue_88118.rs
Expand Up @@ -2,6 +2,7 @@
//
// check-pass

#![allow(incomplete_features)]
#![feature(capture_disjoint_fields)]

fn foo<MsU>(handler: impl FnOnce() -> MsU + Clone + 'static) {
Expand Down

0 comments on commit ec9531b

Please sign in to comment.