Sign in
android
/
toolchain
/
rustc
/
2f3fdfeb95384b9046ea35b3532e23c652eca660
/
.
/
src
/
test
/
ui
/
error-codes
/
E0133.rs
blob: dee1475ba213a8839535aa222359aaf72424939a [
file
] [
log
] [
blame
]
// revisions: mir thir
// [thir]compile-flags: -Z thir-unsafeck
unsafe
fn
f
()
{
return
;
}
fn
main
()
{
f
();
//~^ ERROR E0133
}