Commits

Doug Gregor committed 7c2f86d9488
Prohibit capture of [byref] parameters. There is a special-case hack to allow capture of 'this', which is implicitly [byref] for structs. At the moment, most of the cases where this hack is necessary are [auto_closure] parameters (for assertions and &&/||). Swift SVN r5047