]> git.lizzy.rs Git - rust.git/commit
auto merge of #18124 : pnkfelix/rust/fsk-add-check-of-borrow-local-static, r=thestinger
authorbors <bors@rust-lang.org>
Sun, 19 Oct 2014 05:12:14 +0000 (05:12 +0000)
committerbors <bors@rust-lang.org>
Sun, 19 Oct 2014 05:12:14 +0000 (05:12 +0000)
commita572b74cc0ba20b700645ca967df2c89335b0d24
tree7c91bff934360b2477b15103b6dc39a52437143d
parentdc2b9dba27282ee66e013e147808420d3e09a95a
parent88de96178fd4d4eb214b5dce38759672ac15ec81
auto merge of #18124 : pnkfelix/rust/fsk-add-check-of-borrow-local-static, r=thestinger

Check for borrow of local variable introduced within static block.

(Rather than ICE on it.)

Fix #18118.