dtolnay / proc-macro-workshop

Learn to write Rust procedural macros  [Rust Latam conference, Montevideo Uruguay, March 2019]
Apache License 2.0
4.13k stars 1.04k forks source link

Extract test runner into a library that is usable from other projects #14

Closed dtolnay closed 5 years ago

dtolnay commented 5 years ago

I have found it to work more reliably than compiletest_rs and would be interested in trying to use it elsewhere.

dtolnay commented 5 years ago

Published in https://github.com/dtolnay/trybuild and now being used for Serde's compile_fail tests.