mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-03 07:04:49 +00:00
refactor: Rename const_arg_content to const_arg_expr
This commit is contained in:
parent
972f50da2d
commit
e84453c47f
2 changed files with 3 additions and 3 deletions
|
@ -85,7 +85,7 @@ fn const_param(p: &mut Parser, m: Marker) {
|
|||
|
||||
// test const_param_default_expression
|
||||
// struct A<const N: i32 = { 1 }>;
|
||||
generic_args::const_arg_content(p);
|
||||
generic_args::const_arg_expr(p);
|
||||
}
|
||||
|
||||
m.complete(p, CONST_PARAM);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue