From 1c4e05ec2f177dd82c85b015f611650430b2f020 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Sat, 17 Feb 2018 16:27:17 +0300 Subject: More correct path type --- tests/data/parser/inline/0032_path_type.rs | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 tests/data/parser/inline/0032_path_type.rs (limited to 'tests/data/parser/inline/0032_path_type.rs') 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 @@ +type A = Foo; +type B = ::Foo; +type C = self::Foo; +type D = super::Foo; -- cgit v1.2.3