rust/tests/idem/skip.rs
2015-04-23 16:25:48 +12:00

12 lines
131 B
Rust

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