Sign in
fuchsia
/
third_party
/
rust
/
eda6dc928323fcd0ac1b51cea1aa79ab17e8519d
/
.
/
tests
/
ui
/
resolve
/
resolve-dont-hint-macro.rs
blob: da1752b337ebf51d40b7c59d7ce9b79159c86907 [
file
] [
log
] [
blame
]
fn
main
()
{
let
zero
=
assert_eq
::<()>();
//~^ ERROR expected function, found macro `assert_eq`
}