Skip to content

Commit a8ff867

Browse files
committed
Move some HandlerInner functions to Handler.
`Handler` is a wrapper around `HanderInner`. Some functions on on `Handler` just forward to the samed-named functions on `HandlerInner`. This commit removes as many of those as possible, implementing functions on `Handler` where possible, to avoid the boilerplate required for forwarding. The commit is moderately large but it's very mechanical.
1 parent 8c20ad6 commit a8ff867

File tree

1 file changed

+164
-212
lines changed
  • compiler/rustc_errors/src

1 file changed

+164
-212
lines changed

0 commit comments

Comments
 (0)