You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments