blob: 6176aa03d84da0790d9fb4bf57d4f6be18754cb4 [file] [log] [blame]
error: #[test] attribute is only allowed on non associated functions
--> $DIR/test-attr-non-associated-functions.rs:9:5
|
LL | / fn new() -> A {
LL | | A {}
LL | | }
| |_____^
error: aborting due to previous error