mirror of
https://github.com/textmate/textmate.git
synced 2026-04-06 03:01:29 -04:00
Since we get the failed sources by a const reference it is only live during the scope of the caller, and our use of blocks makes that scope shorter than the called block’s full scope.