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