Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
HEAD
/
.
/
tests
/
ui
/
feature-gates
/
feature-gate-cfg_ub_checks.rs
blob: c24c0066e184086902055cfd95db64391f20119f [
file
] [
log
] [
blame
]
#![
crate_type
=
"lib"
]
pub
fn
ub_checks_are_enabled
()
->
bool
{
cfg
!(
ub_checks
)
//~ ERROR `cfg(ub_checks)` is experimental
}