]> git.lizzy.rs Git - rust.git/blob - tests/ui/proc-macro/resolved-located-at.rs
Auto merge of #106711 - albertlarsan68:use-ci-llvm-when-lld, r=jyn514
[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 }