Skip to main content

extern_spec_core_hint_black_box

Function extern_spec_core_hint_black_box 

Source
pub fn extern_spec_core_hint_black_box<T>(dummy: T) -> T
Expand description

extern spec for ::core::hint::black_box<T>

This is not a real function: its only use is for documentation.

terminates

ghost

ensures

result == dummy