librustc: Add explicit lifetime binders and new lifetime notation in core/std/syntax/rustc
This commit is contained in:
parent
68cb53672b
commit
6d81307a9b
16 changed files with 135 additions and 116 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue