syntax: parse const fn
for free functions and inherent methods.
This commit is contained in:
parent
bc6318d2be
commit
af3795721c
34 changed files with 218 additions and 88 deletions
|
@ -133,6 +133,7 @@ pub struct Function {
|
|||
pub vis: ast::Visibility,
|
||||
pub stab: Option<attr::Stability>,
|
||||
pub unsafety: ast::Unsafety,
|
||||
pub constness: ast::Constness,
|
||||
pub whence: Span,
|
||||
pub generics: ast::Generics,
|
||||
pub abi: abi::Abi,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue