2018-11-17 11:39:58 +01:00
|
|
|
error: #[test] attribute is only allowed on non associated functions
|
2018-11-17 12:28:04 +01:00
|
|
|
--> $DIR/test-attr-non-associated-functions.rs:19:5
|
2018-11-17 11:39:58 +01:00
|
|
|
|
|
2018-11-17 12:28:04 +01:00
|
|
|
LL | / fn new() -> A { //~ ERROR #[test] attribute is only allowed on non associated functions
|
2018-11-17 11:39:58 +01:00
|
|
|
LL | | A {}
|
|
|
|
LL | | }
|
|
|
|
| |_____^
|
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|