aboutsummaryrefslogtreecommitdiff
path: root/tests/data/parser/inline/0059_function_where_clause.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/data/parser/inline/0059_function_where_clause.rs')
-rw-r--r--tests/data/parser/inline/0059_function_where_clause.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/data/parser/inline/0059_function_where_clause.rs b/tests/data/parser/inline/0059_function_where_clause.rs
new file mode 100644
index 000000000..f0920b2a8
--- /dev/null
+++ b/tests/data/parser/inline/0059_function_where_clause.rs
@@ -0,0 +1 @@
fn foo<T>() where T: Copy {}