We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e309a26 commit 250fe58Copy full SHA for 250fe58
src/libcore/ptr/mod.rs
@@ -2631,14 +2631,14 @@ macro_rules! fnptr_impls_safety_abi {
2631
#[stable(feature = "fnptr_impls", since = "1.4.0")]
2632
impl<Ret, $($Arg),*> fmt::Pointer for $FnTy {
2633
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
2634
- fmt::Pointer::fmt(&(*self as *const ()), f)
+ "disabled due to avr-rust/rust#143".fmt(f)
2635
}
2636
2637
2638
2639
impl<Ret, $($Arg),*> fmt::Debug for $FnTy {
2640
2641
2642
2643
2644
0 commit comments