Sign in
◑
Theme
rust
/
rust
/
21b4ef650f016cc2ddcfa29c9ad2bd8f2d4e359d
/
.
/
tests
/
ui
/
panic-runtime
/
needs-gate.rs
blob: 9e143adfeb2158b33353e5282384d059c99fb02e [
file
]
// gate-test-needs_panic_runtime
// gate-test-panic_runtime
#![
panic_runtime
]
//~ ERROR: is an experimental feature
#![
needs_panic_runtime
]
//~ ERROR: is an experimental feature
fn
main
()
{}