Crate rustfmt_config_proc_macro
source ·Expand description
This crate provides a derive macro for ConfigType
.
Attribute Macros
- Used to conditionally output the TokenStream for tests that need to be run on nightly only.
- Used to conditionally output the TokenStream for tests that should be run as part of rustfmts test suite, but should be ignored when running in the rust-lang/rust test suite.
- Used to conditionally output the TokenStream for tests that need to be run on stable only.