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
With #![rustc_private] you could use the RunCompiler API. Not sure if you want to do that though. I think just executing rustc with Command is good enough.
Let's experiment and see if it makes a good difference in test generation time. Currently, generating all test suites takes around 7 minutes which is quite long but not "horrible"
The text was updated successfully, but these errors were encountered:
With
#![rustc_private]
you could use theRunCompiler
API. Not sure if you want to do that though. I think just executingrustc
withCommand
is good enough.Originally posted by @flip1995 in #7 (comment)
Let's experiment and see if it makes a good difference in test generation time. Currently, generating all test suites takes around 7 minutes which is quite long but not "horrible"
The text was updated successfully, but these errors were encountered: