Module print

Source
Expand description

Pattern analysis sometimes wants to print patterns as part of a user-visible diagnostic.

Historically it did so by creating a synthetic thir::Pat and printing that, but doing so was making it hard to modify the THIR pattern representation for other purposes.

So this module contains a forked copy of thir::Pat that is used only for diagnostics, and has been partly simplified to remove things that aren’t needed for printing.

Structs§

FieldPat 🔒

Enums§

EnumInfo 🔒

Functions§

start_or_comma 🔒
Returns a closure that will return "" when called the first time, and then return ", " when called any subsequent times. Useful for printing comma-separated lists.
write_ref_like 🔒
write_slice_like 🔒
write_struct_like 🔒