Sign in
fuchsia
/
third_party
/
rust
/
eda6dc928323fcd0ac1b51cea1aa79ab17e8519d
/
.
/
tests
/
ui
/
macros
/
macro-path-prelude-fail-2.rs
blob: 816a3c4ccc004e1ff1e9e713ed4c5443e0728a13 [
file
] [
log
] [
blame
]
mod
m
{
fn
check
()
{
Result
::
Ok
!();
//~ ERROR failed to resolve: partially resolved path in a macro
}
}
fn
main
()
{}