Sign in
android
/
toolchain
/
rustc
/
d720b3f2ba07cb42ff7b311589c99daefe3aaa22
/
.
/
tests
/
ui
/
proc-macro
/
resolved-located-at.rs
blob: b785573f2031f310ce7d16fee041b9e9eea1e3ff [
file
] [
log
] [
blame
]
// aux-build:resolved-located-at.rs
#[
macro_use
]
extern
crate resolved_located_at
;
fn
main
()
{
resolve_located_at
!(
a b
)
//~^ ERROR expected error
//~| ERROR mismatched types
}