Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
traits
/
issue-75627.rs
blob: 93a2ec1cc50c33e019d50d3b7544af732f97974d [
file
] [
log
] [
blame
] [
edit
]
struct
Foo
<
T
>(
T
,
*
const
());
unsafe
impl
Send
for
Foo
<
T
>
{}
//~^ ERROR cannot find type
fn
main
()
{}