error[E0614]: type `F_a` cannot be dereferenced --> $DIR/autobad-deref-field-no-mut.rs:15:29 | 15 | let _f: &mut usize = &mut *d.a; | ^^^^