Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't store build check rmeta (#1200)
This ensures the `.rmeta` files generated by `can_compile` are not written to the build output. Those metadata files can create determinism and cache invalidation issues in some build systems. Instead the output -- since it is never actually read -- is written to `/dev/null`.
- Loading branch information