Sign in
rust
/
rust-lang
/
rust
/
refs/heads/perf-tmp
/
.
/
tests
/
ui
/
mir
/
validate
/
error-body.rs
blob: e77867ddfd421974ff6046ad723c915abe546004 [
file
] [
log
] [
blame
]
//@ compile-flags: -Zvalidate-mir
fn
_test
()
{
let
x
=
||
45
;
missing
();
//~^ ERROR cannot find function `missing` in this scope
}
fn
main
()
{}