about summary refs log tree commit diff
path: root/tests/rustdoc/inline_cross/auxiliary/fn-ptr-ty.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/rustdoc/inline_cross/auxiliary/fn-ptr-ty.rs')
-rw-r--r--tests/rustdoc/inline_cross/auxiliary/fn-ptr-ty.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/rustdoc/inline_cross/auxiliary/fn-ptr-ty.rs b/tests/rustdoc/inline_cross/auxiliary/fn-ptr-ty.rs
new file mode 100644
index 00000000000..dacda516bb8
--- /dev/null
+++ b/tests/rustdoc/inline_cross/auxiliary/fn-ptr-ty.rs
@@ -0,0 +1 @@
+pub type F = for<'z, 'a, '_unused> fn(&'z for<'b> fn(&'b str), &'a ()) -> &'a ();