]> git.lizzy.rs Git - rust.git/commit
Remove expr_parentheses_needed from ParseSess
authorMichael Goulet <michael@errs.io>
Fri, 30 Sep 2022 01:38:15 +0000 (01:38 +0000)
committerMichael Goulet <michael@errs.io>
Fri, 30 Sep 2022 01:39:20 +0000 (01:39 +0000)
commit85a726e7540b801924cfb207e7b5714e00080471
tree5bae06cfc9e67a5bf98a0ec81de89e60452bb811
parent9f1a21ae2bd41b3dd335c44f38f29a1fb8712ddc
Remove expr_parentheses_needed from ParseSess
compiler/rustc_hir_analysis/src/check/expr.rs
compiler/rustc_hir_analysis/src/check/fn_ctxt/suggestions.rs
compiler/rustc_hir_analysis/src/check/op.rs
compiler/rustc_parse/src/parser/diagnostics.rs
compiler/rustc_parse/src/parser/expr.rs
compiler/rustc_parse/src/parser/pat.rs
compiler/rustc_session/src/parse.rs