]> git.lizzy.rs Git - rust.git/commit
Fix the spans of `move` closures
authorP1start <rewi-github@whanau.org>
Fri, 15 May 2015 23:24:06 +0000 (11:24 +1200)
committerP1start <rewi-github@whanau.org>
Fri, 15 May 2015 23:24:06 +0000 (11:24 +1200)
commit5a1b336a01608081b5755909b2f3c97e460362a2
tree03661cd4c32cac1130c53b258a77432adae8a781
parent716f920b7e234b450f272346fea961832505c06e
Fix the spans of `move` closures

Closes #24986.
src/libsyntax/parse/parser.rs
src/test/compile-fail/move-closure-span.rs [new file with mode: 0644]