]> git.lizzy.rs Git - rust.git/blob - tests/ui/proc-macro/resolved-located-at.rs
Rollup merge of #106717 - klensy:typo, r=lcnr
[rust.git] / tests / ui / proc-macro / resolved-located-at.rs
1 // aux-build:resolved-located-at.rs
2
3 #[macro_use]
4 extern crate resolved_located_at;
5
6 fn main() {
7     resolve_located_at!(a b)
8     //~^ ERROR expected error
9     //~| ERROR mismatched types
10 }