rustc: move function arguments into hir::Body.
This commit is contained in:
parent
e64f64a2fc
commit
f89856be6c
50 changed files with 545 additions and 568 deletions
|
@ -156,6 +156,7 @@ pub struct Function {
|
|||
pub whence: Span,
|
||||
pub generics: hir::Generics,
|
||||
pub abi: abi::Abi,
|
||||
pub body: hir::BodyId,
|
||||
}
|
||||
|
||||
pub struct Typedef {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue