aboutsummaryrefslogtreecommitdiff
path: root/tests/data/parser/inline/0095_path_type_with_bounds.rs
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2018-08-08 15:33:16 +0100
committerAleksey Kladov <[email protected]>2018-08-08 15:33:16 +0100
commit99f6976b202cc8c47b95d6443d23a5745dcf8010 (patch)
tree30c6638dbf02585c252a415b1a4e6705bd55e3f3 /tests/data/parser/inline/0095_path_type_with_bounds.rs
parent5e0fbd59645ad7a8808a7ae9f3ea394afa475852 (diff)
bouds in types
Diffstat (limited to 'tests/data/parser/inline/0095_path_type_with_bounds.rs')
-rw-r--r--tests/data/parser/inline/0095_path_type_with_bounds.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/data/parser/inline/0095_path_type_with_bounds.rs b/tests/data/parser/inline/0095_path_type_with_bounds.rs
new file mode 100644
index 000000000..215210e27
--- /dev/null
+++ b/tests/data/parser/inline/0095_path_type_with_bounds.rs
@@ -0,0 +1 @@
fn foo() -> Box<T + 'f> {}