mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 12:29:21 +00:00
Initial implementation of view-hir command
This commit is contained in:
parent
1d530756ed
commit
077592a12f
10 changed files with 145 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue