2019-07-03 12:47:24 +03:00
|
|
|
#[derive(rustfmt::skip)] //~ ERROR expected derive macro, found tool attribute `rustfmt::skip`
|
2018-07-23 02:52:51 +03:00
|
|
|
struct S;
|
|
|
|
|
2018-01-30 13:12:37 +09:00
|
|
|
fn main() {
|
2019-07-03 12:47:24 +03:00
|
|
|
rustfmt::skip!(); //~ ERROR expected macro, found tool attribute `rustfmt::skip`
|
2018-01-30 13:12:37 +09:00
|
|
|
}
|