Struct rustc_lint::builtin::MissingDoc [−][src]
Fields
Stack of whether #[doc(hidden)]
is set at each level which has lint attributes.
private_traits: FxHashSet<HirId>
Private traits or trait items that leaked through. Don’t check their methods.
Implementations
fn check_missing_docs_attrs(
&self,
cx: &LateContext<'_>,
def_id: LocalDefId,
sp: Span,
article: &'static str,
desc: &'static str
)
Trait Implementations
fn check_poly_trait_ref(
&mut self,
_: &LateContext<'tcx>,
_: &'tcx PolyTraitRef<'tcx>,
_: TraitBoundModifier
)
fn check_fn(
&mut self,
_: &LateContext<'tcx>,
_: FnKind<'tcx>,
_: &'tcx FnDecl<'tcx>,
_: &'tcx Body<'tcx>,
_: Span,
_: HirId
)
fn check_fn_post(
&mut self,
_: &LateContext<'tcx>,
_: FnKind<'tcx>,
_: &'tcx FnDecl<'tcx>,
_: &'tcx Body<'tcx>,
_: Span,
_: HirId
)
Auto Trait Implementations
impl RefUnwindSafe for MissingDoc
impl Send for MissingDoc
impl Sync for MissingDoc
impl Unpin for MissingDoc
impl UnwindSafe for MissingDoc
Blanket Implementations
Layout
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference’s “Type Layout” chapter for details on type layout guarantees.
Size: 56 bytes