pub fn describe_flag_categories(
    handler: &EarlyErrorHandler,
    matches: &Matches
) -> bool
Expand description

Show help for flag categories shared between rustdoc and rustc.

Returns whether a help option was printed.