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
Nightly Rust already supports another kind of source code coverage, commonly called gcov, which relies on debug info to map from LLVM IR to lines of source code.
So... I guess this means that there already is support for some nightly-only kind of code coverage. (And this blog post talks about another nightly-only way being added)
The following diff does not cause
make
to fail, which means that we can remove two arguments fromemit_struct_type
:General question: Is there a simple approach to find similar cases in the code generator?
The text was updated successfully, but these errors were encountered: