]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc/issue-16265-2.rs
rustdoc-json: Make the `fns/generics.rs` test much more robust
[rust.git] / src / test / rustdoc / issue-16265-2.rs
1 // @has issue_16265_2/index.html 'source'
2
3 trait Y {}
4 impl Y for Option<u32> {}