diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2025-06-06 23:53:19 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-06 23:53:19 +0200 |
| commit | c1e67ad3d54dd9a1da197f3cd77b8a79576838ba (patch) | |
| tree | adc13d283cc83602c6636ff1366875efc8598c96 /compiler | |
| parent | b4b2d0e5523ba9b2c47a249546840fc1ded823f7 (diff) | |
| parent | b28590847209d93a42fed462cb007a5461e95baa (diff) | |
| download | rust-c1e67ad3d54dd9a1da197f3cd77b8a79576838ba.tar.gz rust-c1e67ad3d54dd9a1da197f3cd77b8a79576838ba.zip | |
Rollup merge of #142112 - ada4a:patch-1, r=wesleywiser
fix typo
Diffstat (limited to 'compiler')
| -rw-r--r-- | compiler/rustc_middle/src/ty/typeck_results.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_middle/src/ty/typeck_results.rs b/compiler/rustc_middle/src/ty/typeck_results.rs index cc3887079d8..88583407d25 100644 --- a/compiler/rustc_middle/src/ty/typeck_results.rs +++ b/compiler/rustc_middle/src/ty/typeck_results.rs @@ -199,7 +199,7 @@ pub struct TypeckResults<'tcx> { /// Tracks the rvalue scoping rules which defines finer scoping for rvalue expressions /// by applying extended parameter rules. - /// Details may be find in `rustc_hir_analysis::check::rvalue_scopes`. + /// Details may be found in `rustc_hir_analysis::check::rvalue_scopes`. pub rvalue_scopes: RvalueScopes, /// Stores the predicates that apply on coroutine witness types. |
