Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
rustdoc
/
where-sized.rs
blob: 28907de68d652454d559a046c382a6bfc1e62f2d [
file
] [
log
] [
blame
] [
edit
]
#![
crate_name
=
"foo"
]
//@ has foo/fn.foo.html
//@ has - '//pre[@class="rust item-decl"]' 'pub fn foo<X, Y: ?Sized>(_: &X)'
//@ has - '//pre[@class="rust item-decl"]' 'where X: ?Sized,'
pub
fn
foo
<
X
,
Y
:
?
Sized
>(
_
:
&
X
)
where X
:
?
Sized
{}