1
Fork 0
rust/tests/rustdoc/infinite-redirection-16265-2.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
165 B
Rust
Raw Normal View History

2023-09-27 17:22:18 -07:00
// 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> {}