rust/tests/rustdoc/infinite-redirection-16265-...

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-28 08:22:18 +08: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> {}