mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-01 07:13:24 +03:00
fixup! Rename tables to typecheck_result()
Co-authored-by: Takayuki Nakata <f.seasons017@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user