aboutsummaryrefslogtreecommitdiff
path: root/tests/data/parser/inline/0059_fn_item_where_clause.rs
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2018-07-31 17:58:12 +0100
committerAleksey Kladov <[email protected]>2018-07-31 17:58:12 +0100
commiteba1e8a334a707645701db48fddc61acad7b2dbc (patch)
tree23c004f8bf692e949e20683f11a882ffc0bfc63e /tests/data/parser/inline/0059_fn_item_where_clause.rs
parent3d70aeb412ab2ebc8e7b9418d75e8c3cd2d63df3 (diff)
function type params
Diffstat (limited to 'tests/data/parser/inline/0059_fn_item_where_clause.rs')
-rw-r--r--tests/data/parser/inline/0059_fn_item_where_clause.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/data/parser/inline/0059_fn_item_where_clause.rs b/tests/data/parser/inline/0059_fn_item_where_clause.rs
new file mode 100644
index 000000000..f0920b2a8
--- /dev/null
+++ b/tests/data/parser/inline/0059_fn_item_where_clause.rs
@@ -0,0 +1 @@
fn foo<T>() where T: Copy {}