]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc/issue-16265-2.rs
Rollup merge of #104339 - compiler-errors:rustc_deny_explicit_impl, r=cjgillot
[rust.git] / src / test / rustdoc / issue-16265-2.rs
1 // @hasraw issue_16265_2/index.html 'source'
2
3 trait Y {}
4 impl Y for Option<u32> {}