Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
rustdoc
/
auxiliary
/
issue-106421-force-unstable.rs
blob: 589d44c1f774dde94ac1de46219d53567b89c303 [
file
] [
log
] [
blame
] [
edit
]
//@ compile-flags: -Zforce-unstable-if-unmarked
#![
crate_name
=
"foo"
]
pub
struct
FatalError
;
impl
FatalError
{
pub
fn
raise
(
self
)
->
!
{
loop
{}
}
}