Skip to content

Commit

Permalink
Auto merge of #114104 - oli-obk:syn2, r=compiler-errors
Browse files Browse the repository at this point in the history
Lots of tiny incremental simplifications of `EmitterWriter` internals

ignore the first commit, it's rust-lang/rust#114088 squashed and rebased, but it's needed to use to use `derive_setters`, as they need a newer `syn` version.

Then this PR starts out with removing many arguments that are almost always defaulted to `None` or `false` and replace them with builder methods that can set these fields in the few cases that want to set them.

After that it's one commit after the other that removes or merges things until everything becomes some very simple trait objects
  • Loading branch information
bors committed Aug 4, 2023
2 parents 0c033f4 + ef28ef2 commit bf71df7
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit bf71df7

Please sign in to comment.