1
Fork 0

rustc: move function arguments into hir::Body.

This commit is contained in:
Eduard-Mihai Burtescu 2016-12-20 22:46:11 +02:00
parent e64f64a2fc
commit f89856be6c
50 changed files with 545 additions and 568 deletions

View file

@ -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 {