Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a proc-macro UI test example to the test project
Taken from work on rust-lang/rust-clippy#3741. I think this is a useful test to have because it tests * the `run-pass` header * the `aux-build` header, building auxiliary files * the `no-prefer-dynamic` header * proc-macro crate interactions with all of the above * running of UI tests that include auxiliary files There's no tests for any of the above right now.
- Loading branch information