summary refs log tree commit diff
path: root/tests/rustdoc/infinite-redirection-16265-2.rs
blob: 7a4791c5fd487907250b31c1e0ef882f5406e22d (plain)
1
2
3
4
5
6
7
// https://github.com/rust-lang/rust/issues/16265
#![crate_name="issue_16265_2"]

// @hasraw issue_16265_2/index.html 'source'

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