We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e01b0a commit 2308464Copy full SHA for 2308464
src/test/rustdoc/lifetime-name.rs
@@ -0,0 +1,5 @@
1
+#![crate_name = "foo"]
2
+
3
+// @has 'foo/type.Resolutions.html'
4
+// @has - '//*[@class="rust typedef"]' "pub type Resolutions<'tcx> = &'tcx u8;"
5
+pub type Resolutions<'tcx> = &'tcx u8;
0 commit comments