Sign in
rust
/
rust
/
08cd08fbef8c6663b052d8d9e4930d5696cbb8a7
/
.
/
tests
/
ui
/
typeck
/
check-args-on-fn-err.rs
blob: 04b98ddd952956411bec7d857aeb08ccc7e3d9f7 [
file
]
fn
main
()
{
unknown
(
1
,
|
glyf
|
{
//~^ ERROR: cannot find function `unknown` in this scope
let
actual
=
glyf
;
});
}