summaryrefslogtreecommitdiffstats
path: root/tests/ui/proc-macro/import.rs
blob: d1b1ff350695f10f2ca5aa63f316e910d549baa6 (plain)
1
2
3
4
5
6
7
8
// aux-build:test-macros.rs

extern crate test_macros;

use test_macros::empty_derive;
//~^ ERROR: unresolved import `test_macros::empty_derive`

fn main() {}