mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-23 13:13:34 +00:00
fixup! Rename tables to typecheck_result()
Co-authored-by: Takayuki Nakata <f.seasons017@gmail.com>
This commit is contained in:
parent
9ef311b477
commit
326090dbb8
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ to retrieve a type from a pattern.
|
|||
Two noticeable items here:
|
||||
- `cx` is the lint context [`LateContext`][LateContext]. The two most useful
|
||||
data structures in this context are `tcx` and the `TypeckResults` returned by
|
||||
'LateContext::typeck_results', allowing us to jump to type definitions and
|
||||
`LateContext::typeck_results`, allowing us to jump to type definitions and
|
||||
other compilation stages such as HIR.
|
||||
- `typeck_results`'s return value is [`TypeckResults`][TypeckResults] and is
|
||||
created by type checking step, it includes useful information such as types
|
||||
|
|
Loading…
Reference in a new issue