mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 21:05:02 +00:00
move expr
This commit is contained in:
parent
04ae18de29
commit
c5d8a9b341
3 changed files with 10 additions and 1 deletions
|
@ -69,6 +69,9 @@ pub(crate) mod entry {
|
|||
pub(crate) fn ty(p: &mut Parser) {
|
||||
types::type_(p);
|
||||
}
|
||||
pub(crate) fn expr(p: &mut Parser) {
|
||||
let _ = expressions::expr(p);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue