Rename FnStyle trait to Unsafety.
This commit is contained in:
parent
52f7a4a351
commit
092d04a40a
41 changed files with 254 additions and 273 deletions
|
|
@ -1062,7 +1062,7 @@ mod test {
|
|||
span:sp(15,15)})), // not sure
|
||||
variadic: false
|
||||
}),
|
||||
ast::NormalFn,
|
||||
ast::Unsafety::Normal,
|
||||
abi::Rust,
|
||||
ast::Generics{ // no idea on either of these:
|
||||
lifetimes: Vec::new(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue