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