rust/tests/target/skip.rs
2015-06-05 17:50:22 +02:00

12 lines
131 B
Rust

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