Sign in
rust
/
rust-lang
/
rust
/
HEAD
/
.
/
tests
/
rustdoc
/
infinite-redirection-16265-2.rs
blob: 9c680e29f8329df798779a50a5c389be62711ec1 [
file
] [
log
] [
blame
]
// 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
>
{}