rust/compiler/rustc_typeck
Jubilee 08cbb7dbe1
Rollup merge of #88757 - andrewhickman:master, r=jackh726
Suggest wapping expr in parentheses on invalid unary negation

Fixes #88701
2021-09-11 08:23:42 -07:00
..

For high-level intro to how type checking works in rustc, see the type checking chapter of the rustc dev guide.