macro_rules! unstable_cli_options {
(
$(
$(#[$meta:meta])?
$element: ident: $ty: ty$( = ($help:literal))?,
)*
) => { ... };
}Expand description
Generates -Z flags as fields of CliUnstable.
See the module-level documentation for details.