mirror of
https://git.proxmox.com/git/rustc
synced 2025-10-14 22:10:08 +00:00
11 lines
190 B
Rust
11 lines
190 B
Rust
// 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
|
|
}
|