]> git.lizzy.rs Git - rust.git/blob - tests/rustdoc/issue-16265-2.rs
Auto merge of #106711 - albertlarsan68:use-ci-llvm-when-lld, r=jyn514
[rust.git] / tests / rustdoc / issue-16265-2.rs
1 // @hasraw issue_16265_2/index.html 'source'
2
3 trait Y {}
4 impl Y for Option<u32> {}