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.
2 parents 9269995 + 605c978 commit 22a26dbCopy full SHA for 22a26db
compiler/rustc_typeck/src/check/mod.rs
@@ -270,7 +270,7 @@ fn adt_destructor(tcx: TyCtxt<'_>, def_id: DefId) -> Option<ty::Destructor> {
270
271
/// If this `DefId` is a "primary tables entry", returns
272
/// `Some((body_id, header, decl))` with information about
273
-/// it's body-id, fn-header and fn-decl (if any). Otherwise,
+/// its body-id, fn-header and fn-decl (if any). Otherwise,
274
/// returns `None`.
275
///
276
/// If this function returns `Some`, then `typeck_results(def_id)` will
0 commit comments