]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc/issue-16265-2.rs
Sync core::simd up to rust-lang/portable-simd@2e081db92aa3ee0a4563bc28ce01bdad5b1b2efd
[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> {}