We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Substructure
1 parent 4a99c5f commit 611948bCopy full SHA for 611948b
compiler/rustc_builtin_macros/src/deriving/generic/mod.rs
@@ -257,7 +257,7 @@ pub struct Substructure<'a> {
257
pub type_ident: Ident,
258
/// ident of the method
259
pub method_ident: Ident,
260
- /// dereferenced access to any [`Self_`] or [`Ptr(Self_, _)][ptr]` arguments
+ /// dereferenced access to any [`Self_`] or [`Ptr(Self_, _)`][ptr] arguments
261
///
262
/// [`Self_`]: ty::Ty::Self_
263
/// [ptr]: ty::Ty::Ptr
0 commit comments