rust/src/test/ui/test-attr-non-associated-functions.stderr
2018-12-25 21:08:33 -07:00

11 lines
312 B
Plaintext

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