mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 21:05:02 +00:00
Use pattern_single instead of pattern in mbe pat
This commit is contained in:
parent
f3125555a8
commit
f942d10e80
3 changed files with 14 additions and 2 deletions
|
@ -55,7 +55,7 @@ pub(crate) mod fragments {
|
|||
use super::*;
|
||||
|
||||
pub(crate) use super::{
|
||||
expressions::block_expr, paths::type_path as path, patterns::pattern, types::type_,
|
||||
expressions::block_expr, paths::type_path as path, patterns::pattern_single, types::type_,
|
||||
};
|
||||
|
||||
pub(crate) fn expr(p: &mut Parser) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue