Commits
Dmitri Hrybenko committed 67f3115e8fc
Customize diagnostic for using anonymous closure arguments in a closure with explicit arguments
We used to produce:
(swift) { () in $0 }
<REPL Input>:1:9: error: anonymous closure argument not contained in a closure
rdar://15003789
Swift SVN r10751