Closed
Description
Right now, they don't get pretty printed at all!
What needs to be done:
- First, add a test or two to
test/pretty
with thepp-exact
directive, as described in the wiki. - Second, modify the pretty printer in
comp/syntax/print/pprust.rs
to emit the custom discriminants if present.