]> git.lizzy.rs Git - rust.git/blob - src/test/ui/proc-macro/resolved-located-at.rs
Add 'library/portable-simd/' from commit '1ce1c645cf27c4acdefe6ec8a11d1f0491954a99'
[rust.git] / src / test / 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 }