aboutsummaryrefslogtreecommitdiff
path: root/tests/data/parser/inline/0032_path_type.rs
diff options
context:
space:
mode:
authorbors[bot] <bors[bot]@users.noreply.github.com>2018-02-17 13:27:54 +0000
committerbors[bot] <bors[bot]@users.noreply.github.com>2018-02-17 13:27:54 +0000
commit8c4c5b5b802a204bfeef52e215358ae838900f1f (patch)
tree8dfe6cab5e91be9d6acaf91aee767b19ec93d3c9 /tests/data/parser/inline/0032_path_type.rs
parent94681450f82c7cf6b034548aebd0cc0279fd09ad (diff)
parent1c4e05ec2f177dd82c85b015f611650430b2f020 (diff)
Merge #53
53: More correct path type r=matklad a=matklad bors r+
Diffstat (limited to 'tests/data/parser/inline/0032_path_type.rs')
-rw-r--r--tests/data/parser/inline/0032_path_type.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/data/parser/inline/0032_path_type.rs b/tests/data/parser/inline/0032_path_type.rs
new file mode 100644
index 000000000..bf94f32e1
--- /dev/null
+++ b/tests/data/parser/inline/0032_path_type.rs
@@ -0,0 +1,4 @@
1type A = Foo;
2type B = ::Foo;
3type C = self::Foo;
4type D = super::Foo;