Move auto-generated code to separate crates #608
Labels
Priority: Medium
Indicates than an issue or pull request should be resolved ahead of issues or pull requests labelled
Milestone
Not all auto-generated files are in separate crates.
One example is the x86 crate which contains both auto-generated code and written code. We need to refactor crates like this to separate the auto-generated code from the rest of the code.
The auto-generated code is currently in crates with
_sys
suffix and the plan is to renamed them to${name}_gen
. Check issue: #602.The auto-generated code is excluded from the code coverage report.
The text was updated successfully, but these errors were encountered: