2018-10-20 23:36:17 +03:00
|
|
|
error: expected statement after outer attribute
|
2020-02-27 04:10:42 +01:00
|
|
|
--> $DIR/attr-dangling-in-fn.rs:4:3
|
2018-10-20 23:36:17 +03:00
|
|
|
|
|
2020-02-27 04:10:42 +01:00
|
|
|
LL | #[foo = "bar"]
|
|
|
|
|
| ^^^^^^^^^^^^^^
|
2018-10-20 23:36:17 +03:00
|
|
|
|
2023-11-21 15:44:16 +00:00
|
|
|
error: aborting due to 1 previous error
|
2018-10-20 23:36:17 +03:00
|
|
|
|