-
Notifications
You must be signed in to change notification settings - Fork 67
Open
Labels
Milestone
Description
Expected Behavior
I was investigating human-panic for possible usage in Clippy because we usually get a lot of failures due to being on nightly and depending on a lot of internal APIs.
Is there a possibility to include the current rustc version in the report?
Ideally, that would include everything that's shown in rustc -vV
.
Current Behavior
It's currently not included.
Possible Solution
I think executing rustc -vV
, capturing the output and adding it to the report file should work, but not sure.
I'd be happy to work on this if you have nothing against including that in the report.