Initial implementation of view-hir command

This commit is contained in:
Phil Ellison 2020-12-28 18:29:58 +00:00
parent 1d530756ed
commit 077592a12f
10 changed files with 145 additions and 1 deletions

View file

@ -729,7 +729,8 @@ impl DefWithBody {
#[derive(Debug, Clone, Copy, PartialEq, Eq, Hash)]
pub struct Function {
pub(crate) id: FunctionId,
// DO NOT MERGE: this was previously pub(crate)
pub id: FunctionId,
}
impl Function {