[][src]Module combine_proc_macro::diagnostic

Utilities to generate diagnostic error messages.

Structs

Incomplete

Incomplete is used in a #[proc_macro] to check that all tokens in the Input have been parsed completely or otherwise provide a printable diagnostic-friendly representation of remaining tokens.