>Daniel Duan via swift-evolution <swift-evolution at ...> writes:
>     let e:  <at> capture_all () -> () = { [a] in
>
>         let others = c // error: implicit capture in not allowed for 'e'
>     }
> 
Oops, I made an mistake in this example, 'c' here would not cause error since
user opts in implicit capturing. My apologies.