librustc: Add explicit lifetime binders and new lifetime notation in core/std/syntax/rustc

This commit is contained in:
Patrick Walton 2013-03-22 15:52:50 -07:00
parent 68cb53672b
commit 6d81307a9b
16 changed files with 135 additions and 116 deletions

View file

@ -109,7 +109,7 @@ pub fn is_some(&&mpu: matcher_pos_up) -> bool {
}
pub struct MatcherPos {
elts: ~[ast::matcher], // maybe should be /&? Need to understand regions.
elts: ~[ast::matcher], // maybe should be <'>? Need to understand regions.
sep: Option<Token>,
idx: uint,
up: matcher_pos_up, // mutable for swapping only