Attribute Macro rustfmt_config_proc_macro::stable_only_test

source ·
#[stable_only_test]
Expand description

Used to conditionally output the TokenStream for tests that need to be run on stable only.


#[stable_only_test]
#[test]
fn test_needs_stable_rustfmt() {
  assert!(true);
}