fixup! Rename tables to typecheck_result()

Co-authored-by: Takayuki Nakata <f.seasons017@gmail.com>
This commit is contained in:
Bruno BELANYI 2020-10-07 17:10:31 +02:00 committed by GitHub
parent 9ef311b477
commit 326090dbb8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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