1- error: Found an empty line after an outer attribute. Perhaps you forgot to add a `!` to make it an inner attribute?
1+ error: found an empty line after an outer attribute. Perhaps you forgot to add a `!` to make it an inner attribute?
22 --> $DIR/empty_line_after_outer_attribute.rs:11:1
33 |
44LL | / #[crate_type = "lib"]
@@ -9,15 +9,15 @@ LL | | fn with_one_newline_and_comment() { assert!(true) }
99 |
1010 = note: `-D clippy::empty-line-after-outer-attr` implied by `-D warnings`
1111
12- error: Found an empty line after an outer attribute. Perhaps you forgot to add a `!` to make it an inner attribute?
12+ error: found an empty line after an outer attribute. Perhaps you forgot to add a `!` to make it an inner attribute?
1313 --> $DIR/empty_line_after_outer_attribute.rs:23:1
1414 |
1515LL | / #[crate_type = "lib"]
1616LL | |
1717LL | | fn with_one_newline() { assert!(true) }
1818 | |_
1919
20- error: Found an empty line after an outer attribute. Perhaps you forgot to add a `!` to make it an inner attribute?
20+ error: found an empty line after an outer attribute. Perhaps you forgot to add a `!` to make it an inner attribute?
2121 --> $DIR/empty_line_after_outer_attribute.rs:28:1
2222 |
2323LL | / #[crate_type = "lib"]
@@ -26,23 +26,23 @@ LL | |
2626LL | | fn with_two_newlines() { assert!(true) }
2727 | |_
2828
29- error: Found an empty line after an outer attribute. Perhaps you forgot to add a `!` to make it an inner attribute?
29+ error: found an empty line after an outer attribute. Perhaps you forgot to add a `!` to make it an inner attribute?
3030 --> $DIR/empty_line_after_outer_attribute.rs:35:1
3131 |
3232LL | / #[crate_type = "lib"]
3333LL | |
3434LL | | enum Baz {
3535 | |_
3636
37- error: Found an empty line after an outer attribute. Perhaps you forgot to add a `!` to make it an inner attribute?
37+ error: found an empty line after an outer attribute. Perhaps you forgot to add a `!` to make it an inner attribute?
3838 --> $DIR/empty_line_after_outer_attribute.rs:43:1
3939 |
4040LL | / #[crate_type = "lib"]
4141LL | |
4242LL | | struct Foo {
4343 | |_
4444
45- error: Found an empty line after an outer attribute. Perhaps you forgot to add a `!` to make it an inner attribute?
45+ error: found an empty line after an outer attribute. Perhaps you forgot to add a `!` to make it an inner attribute?
4646 --> $DIR/empty_line_after_outer_attribute.rs:51:1
4747 |
4848LL | / #[crate_type = "lib"]
0 commit comments