diff options
| author | León Orell Valerian Liehr <me@fmease.dev> | 2025-09-05 22:47:23 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-05 22:47:23 +0200 |
| commit | 910d6be9a4d060ff1e9b57b26e5705bc46d52dce (patch) | |
| tree | ae9adcfd0b96da6f3be4b28ae156f7ac80e6763b | |
| parent | d82ee660d64c4ab1469c40dda78bd7305e5a9d86 (diff) | |
| parent | 0e2224b1bfa48b5a1451cad55cb40fc193fb5df3 (diff) | |
| download | rust-910d6be9a4d060ff1e9b57b26e5705bc46d52dce.tar.gz rust-910d6be9a4d060ff1e9b57b26e5705bc46d52dce.zip | |
Rollup merge of #146241 - hkBst:context-1, r=jieyouxu
rustc_infer: change top-level doc comment to inner
| -rw-r--r-- | compiler/rustc_infer/src/infer/context.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_infer/src/infer/context.rs b/compiler/rustc_infer/src/infer/context.rs index bb9c8850093..8265fccabc9 100644 --- a/compiler/rustc_infer/src/infer/context.rs +++ b/compiler/rustc_infer/src/infer/context.rs @@ -1,4 +1,4 @@ -///! Definition of `InferCtxtLike` from the librarified type layer. +//! Definition of `InferCtxtLike` from the librarified type layer. use rustc_hir::def_id::DefId; use rustc_middle::traits::ObligationCause; use rustc_middle::ty::relate::RelateResult; |
