aboutsummaryrefslogtreecommitdiff
path: root/crates
diff options
context:
space:
mode:
authorHan Mertens <[email protected]>2020-02-12 22:09:13 +0000
committerHan Mertens <[email protected]>2020-02-12 22:09:13 +0000
commit537da096fefb35a2b91670eb8a1ffe16e4330962 (patch)
treee723cc12af33e9cc84b481419d0c49a56af20244 /crates
parentb435fe8b771c00d5df1f781b21ddae55d64ded42 (diff)
Run cargo xtask codegen
Diffstat (limited to 'crates')
-rw-r--r--crates/ra_syntax/test_data/parser/inline/ok/0157_fn_pointer_unnamed_arg.rs1
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);