Initial implementation of view-hir command
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user