We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f4e395 commit af2e986Copy full SHA for af2e986
book/src/development/common_tools_writing_lints.md
@@ -16,7 +16,7 @@ Useful Rustc dev guide links:
16
- [Type checking](https://rustc-dev-guide.rust-lang.org/type-checking.html)
17
- [Ty module](https://rustc-dev-guide.rust-lang.org/ty.html)
18
19
-## Retrieving the type of expression
+## Retrieving the type of expressions
20
21
Sometimes you may want to retrieve the type `Ty` of an expression `Expr`, for
22
example to answer following questions:
0 commit comments