blob: 54e490b7fbeae313c0ef898a30dd2f4fbf7374a5 [file] [log] [blame] [edit]
// rustfmt-format_strings: true
macro_rules! test {
() => {
fn from() {
None.expect(
"We asserted that `buffer.len()` is exactly `$n` so we can expect \
`ApInt::from_iter` to be successful.",
)
}
};
}