MCPcopy Create free account
hub / github.com/SoftbearStudios/bitcode / usize_too_big

Function usize_too_big

src/pack_ints.rs:57–59  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

55}
56
57fn usize_too_big() -> Error {
58 error("encountered a isize/usize with more than 32 bits on a 32 bit platform")
59}
60
61pub trait Int: Copy + std::fmt::Debug + Default + Ord + Pod + Send + Sized + Sync {
62 // Unaligned native endian. TODO could be aligned on big endian since we always have to copy.

Callers

nothing calls this directly

Calls 1

errorFunction · 0.70

Tested by

no test coverage detected