summaryrefslogtreecommitdiffstats
path: root/src/test/rustdoc/issue-16265-2.rs
blob: c3eb356171e856e7f36b96d6c3bb51f3c2eb8fc2 (plain)
1
2
3
4
// @hasraw issue_16265_2/index.html 'source'

trait Y {}
impl Y for Option<u32> {}