diff options
author | Han Mertens <[email protected]> | 2020-02-12 22:09:13 +0000 |
---|---|---|
committer | Han Mertens <[email protected]> | 2020-02-12 22:09:13 +0000 |
commit | 537da096fefb35a2b91670eb8a1ffe16e4330962 (patch) | |
tree | e723cc12af33e9cc84b481419d0c49a56af20244 /crates/ra_syntax | |
parent | b435fe8b771c00d5df1f781b21ddae55d64ded42 (diff) |
Run cargo xtask codegen
Diffstat (limited to 'crates/ra_syntax')
-rw-r--r-- | crates/ra_syntax/test_data/parser/inline/ok/0157_fn_pointer_unnamed_arg.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/ra_syntax/test_data/parser/inline/ok/0157_fn_pointer_unnamed_arg.rs b/crates/ra_syntax/test_data/parser/inline/ok/0157_fn_pointer_unnamed_arg.rs new file mode 100644 index 000000000..1ebbe5b03 --- /dev/null +++ b/crates/ra_syntax/test_data/parser/inline/ok/0157_fn_pointer_unnamed_arg.rs | |||
@@ -0,0 +1 @@ | |||
type Foo = fn(_: bar); | |||