Renamed ast::Purity to ast::FnStyle and ast::ImpureFn to ast::NormalFn and updated associated variable and function names.
This commit is contained in:
parent
3f2c55f7d5
commit
0bf4e900d4
40 changed files with 262 additions and 262 deletions
|
@ -657,7 +657,7 @@ mod test {
|
|||
cf: ast::Return,
|
||||
variadic: false
|
||||
}),
|
||||
ast::ImpureFn,
|
||||
ast::NormalFn,
|
||||
abi::Rust,
|
||||
ast::Generics{ // no idea on either of these:
|
||||
lifetimes: Vec::new(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue