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.
1 parent f8add73 commit 8b7240eCopy full SHA for 8b7240e
src/libcore/ptr.rs
@@ -2624,14 +2624,14 @@ macro_rules! fnptr_impls_safety_abi {
2624
#[stable(feature = "fnptr_impls", since = "1.4.0")]
2625
impl<Ret, $($Arg),*> fmt::Pointer for $FnTy {
2626
fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
2627
- fmt::Pointer::fmt(&(*self as *const ()), f)
+ "disabled due to avr-rust/rust#143".fmt(f)
2628
}
2629
2630
2631
2632
impl<Ret, $($Arg),*> fmt::Debug for $FnTy {
2633
2634
2635
2636
2637
0 commit comments