mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 14:21:44 +00:00
Rename FnDef -> Fn
This commit is contained in:
parent
3e1e6227ca
commit
1142112c70
244 changed files with 683 additions and 675 deletions
|
@ -258,7 +258,7 @@ fn test_expr_order() {
|
|||
assert_eq_text!(
|
||||
dump.trim(),
|
||||
r#"MACRO_ITEMS@0..15
|
||||
FN_DEF@0..15
|
||||
FN@0..15
|
||||
FN_KW@0..2 "fn"
|
||||
NAME@2..5
|
||||
IDENT@2..5 "bar"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue