]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc/issue-15169.rs
Rollup merge of #103000 - wesleywiser:suggest_libname, r=compiler-errors
[rust.git] / src / test / rustdoc / issue-15169.rs
1 // @has issue_15169/struct.Foo.html '//*[@id="method.eq"]' 'fn eq'
2 #[derive(PartialEq)]
3 pub struct Foo;