Rename FnStyle trait to Unsafety.

This commit is contained in:
Niko Matsakis 2014-12-09 10:36:46 -05:00
parent 52f7a4a351
commit 092d04a40a
41 changed files with 254 additions and 273 deletions

View file

@ -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(),