Simply joint lifetime/type iteration
This commit is contained in:
parent
8bccfe7a52
commit
a5328bc17b
19 changed files with 123 additions and 218 deletions
|
@ -43,7 +43,7 @@ pub fn expand_option_env<'cx>(cx: &'cx mut ExtCtxt,
|
|||
cx.ty_ident(sp, Ident::from_str("str")),
|
||||
Some(lt),
|
||||
ast::Mutability::Immutable))],
|
||||
Vec::new()))
|
||||
vec![]))
|
||||
}
|
||||
Ok(s) => {
|
||||
cx.expr_call_global(sp,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue