Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
HEAD
/
.
/
tests
/
ui
/
feature-gates
/
feature-gate-cfg-emscripten-wasm-eh.rs
blob: 232061e239c937cc74ba72e2f9e63149de8501e4 [
file
] [
log
] [
blame
]
//@ compile-flags: --check-cfg=cfg(emscripten_wasm_eh)
#[
cfg
(
not
(
emscripten_wasm_eh
))]
//~^ ERROR `cfg(emscripten_wasm_eh)` is experimental
fn
main
()
{}