Simplify SourceBinder

This commit is contained in:
Aleksey Kladov 2020-02-29 18:32:18 +01:00
parent a6a623dfbb
commit 28332d9b63
6 changed files with 321 additions and 349 deletions

View file

@ -778,6 +778,7 @@ impl GenericDef {
#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash)]
pub struct Local {
// TODO: ID,
pub(crate) parent: DefWithBody,
pub(crate) pat_id: PatId,
}