Change Constness to Spanned<Constness>
This commit is contained in:
parent
1e9e798cce
commit
aa5c4bb05d
14 changed files with 63 additions and 40 deletions
|
@ -937,7 +937,10 @@ mod tests {
|
|||
variadic: false
|
||||
}),
|
||||
ast::Unsafety::Normal,
|
||||
ast::Constness::NotConst,
|
||||
Spanned {
|
||||
span: sp(0,2),
|
||||
node: ast::Constness::NotConst,
|
||||
},
|
||||
Abi::Rust,
|
||||
ast::Generics{ // no idea on either of these:
|
||||
lifetimes: Vec::new(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue