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
We have cargo doctests enabled in CI, but many of them do not run because they are tagged with no_run. The reason for this is the pixels-mocks crate doesn't generate valid code (it just compiles).
This has resulted in at least one bad example that would have hit an assertion failure:
We have cargo doctests enabled in CI, but many of them do not run because they are tagged with
no_run
. The reason for this is thepixels-mocks
crate doesn't generate valid code (it just compiles).This has resulted in at least one bad example that would have hit an assertion failure:
pixels/src/lib.rs
Lines 352 to 367 in de21862
The last assertion should compare against
(11, 239)
Fixing the
pixels-mocks
crate enough that the examples can run would have prevented this error.The text was updated successfully, but these errors were encountered: