error: only the main function can be tagged with #[foob]
--> tests/hello.rs:45:1
|
45 | fn hello() {
| ^^
error: aborting due to previous error
error: Could not compile `runtime`.
To learn more, run the command again with --verbose. [runtime:1]
error: only the main function can be tagged with #[foob]
--> tests/hello.rs:45:1
|
44 | #[my_tag]
45 | fn hello() {
| ^^
error: aborting due to previous error
error: Could not compile `runtime`.
To learn more, run the command again with --verbose. [runtime:1]