backend: add const to ast

This commit is contained in:
Julius Rakow
2018-07-13 04:16:19 +02:00
parent 63598721ca
commit 862e4c50f6
5 changed files with 82 additions and 0 deletions

View File

@ -1757,6 +1757,7 @@ impl<'a, 'b> SubContext<'a, 'b> {
}
shared::ImportKind::Type(_) => {}
shared::ImportKind::Enum(_) => {}
shared::ImportKind::Const(_) => {}
}
Ok(())
}