diff options
Diffstat (limited to 'tests/ui/rfcs/rfc-2126-extern-absolute-paths/auxiliary')
-rw-r--r-- | tests/ui/rfcs/rfc-2126-extern-absolute-paths/auxiliary/xcrate.rs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/ui/rfcs/rfc-2126-extern-absolute-paths/auxiliary/xcrate.rs b/tests/ui/rfcs/rfc-2126-extern-absolute-paths/auxiliary/xcrate.rs new file mode 100644 index 000000000..c4d444764 --- /dev/null +++ b/tests/ui/rfcs/rfc-2126-extern-absolute-paths/auxiliary/xcrate.rs @@ -0,0 +1,5 @@ +#[derive(Debug)] +pub struct S; + +#[derive(Debug)] +pub struct Z; |