Sign in
chromium
/
external
/
github.com
/
rust-lang
/
rust
/
4b3ece475d6e77465a30c8b53d7e1e9e861e4b79
/
.
/
tests
/
ui
/
atomic-from-mut-not-available.rs
blob: bf946160075704d38ca7a525602daef209bcca0a [
file
] [
log
] [
blame
]
// only-x86
// only-linux
fn
main
()
{
core
::
sync
::
atomic
::
AtomicU64
::
from_mut
(&
mut
0u64
);
//~^ ERROR: no function or associated item named `from_mut` found for struct `AtomicU64`
}