https://bugzilla.redhat.com/show_bug.cgi?id=2116083 --- Comment #12 from Fabio Valentini <decathorpe@xxxxxxxxx> --- I don't understand why the type of that literal is inferred to be "usize". Using an u64 instead should be fine on all architectures, I think. Still, this looks like an obvious mistake in the test, so you can safely skip it during package builds for now. You should be able to use this instead of "%cargo_check" to skip doctests from the src/lib.rs file on 32-bit targets: %ifarch %{ix86} %{arm} %cargo_check -- -- --skip "src/lib.rs" %else %cargo_check %endif -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component https://bugzilla.redhat.com/show_bug.cgi?id=2116083 _______________________________________________ package-review mailing list -- package-review@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/package-review@xxxxxxxxxxxxxxxxxxxxxxx Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue