Function std::intrinsics::rustc_peek
pub extern "rust-intrinsic" fn rustc_peek<T>(T) -> T
core_intrinsics
)intrinsics are unlikely to ever be stabilized, instead they should be used through stabilized interfaces in the rest of the standard library
Magic intrinsic that derives its meaning from attributes attached to the function.
For example, dataflow uses this to inject static assertions so that rustc_peek(potentially_uninitialized)
would actually double-check that dataflow did indeed compute that it is uninitialized at that point in the control flow.
This intrinsic should not be used outside of the compiler.
© 2010 The Rust Project Developers
Licensed under the Apache License, Version 2.0 or the MIT license, at your option.
https://doc.rust-lang.org/std/intrinsics/fn.rustc_peek.html