Skip to content

Commit 12e382d

Browse files
vishalsodanimark-i-m
authored andcommitted
Add info about ParseSess for code index #50
1 parent 0177960 commit 12e382d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/code-index.md

+1
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ compiler.
77
Item | Kind | Short description | Chapter | Declaration
88
----------------|----------|-----------------------------|--------------------|-------------------
99
`TyCtxt<'cx, 'tcx, 'tcx>` | type | The "typing context". This is the central data structure in the compiler. It is the context that you use to perform all manner of queries. | [The `ty` modules](ty.html) | [src/librustc/ty/context.rs](https://github.com/rust-lang/rust/blob/master/src/librustc/ty/context.rs)
10+
`ParseSess` | struct | This struct contains information about a parsing session | [The parser](the-parser.html) | [src/libsyntax/parse/mod.rs](https://github.com/rust-lang/rust/blob/master/src/libsyntax/parse/mod.rs)

0 commit comments

Comments
 (0)