rust/tests/idem/skip.rs

13 lines
131 B
Rust
Raw Normal View History

2015-04-23 06:25:48 +02:00
// Test the skip attribute works
#[rustfmt_skip]
fn foo() { badly; formatted; stuff
; }
#[rustfmt_skip]
trait Foo
{
fn foo(
);
}