]> git.lizzy.rs Git - rust.git/commitdiff
auto merge of #16318 : nikomatsakis/rust/issue-5723-bootstrap-2, r=pnkfelix
authorbors <bors@rust-lang.org>
Thu, 7 Aug 2014 11:31:05 +0000 (11:31 +0000)
committerbors <bors@rust-lang.org>
Thu, 7 Aug 2014 11:31:05 +0000 (11:31 +0000)
Introduce syntax for lifetime bounds like `'b:'a`, meaning `'b outlives 'a`. Syntax currently does nothing but is needed for full fix to #5763. To use this syntax, the issue_5763_bootstrap feature guard is required.


Trivial merge