// Test the skip attribute works #[rustfmt_skip] fn foo() { badly; formatted; stuff ; } #[rustfmt_skip] trait Foo { fn foo( ); }