summary refs log tree commit diff
path: root/src/test/rustdoc/issue-86620.rs
blob: b14e266f7f98d78a1edc2c18e446a8d3ee357d7b (plain)
1
2
3
4
5
6
7
8
9
// aux-build:issue-86620-1.rs

extern crate issue_86620_1;

use issue_86620_1::*;

// @!has issue_86620/struct.S.html '//div[@id="method.vzip"]//a[@class="fnname"]/@href' #tymethod.vzip
// @has issue_86620/struct.S.html '//div[@id="method.vzip"]//a[@class="anchor"]/@href' #method.vzip
pub struct S;