We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Breaking change from #36880
use std::fmt::{Formatter, Debug, Pointer}; fn foo(f: &mut Formatter) { let a: *const [i32] = &[0] as *const _; let _ = a.fmt(f); } fn main() {}
Affects mbox v0.1.3.
mbox v0.1.3