rust/src/test/ui/test-attr-non-associated-functions.stderr

11 lines
240 B
Plaintext
Raw Normal View History

error: #[test] attribute is only allowed on non associated functions
2018-12-25 08:56:47 -07:00
--> $DIR/test-attr-non-associated-functions.rs:9:5
|
2019-03-09 15:03:44 +03:00
LL | / fn new() -> A {
LL | | A {}
LL | | }
| |_____^
error: aborting due to previous error