Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
traits
/
next-solver
/
unsafe-auto-trait-impl.rs
blob: 89e3600bbbea1e49bb44e1dac43ae306a973eefd [
file
] [
log
] [
blame
] [
edit
]
//@ compile-flags: -Znext-solver
//@ check-pass
struct
Foo
(*
mut
());
unsafe
impl
Sync
for
Foo
{}
fn
main
()
{}