I forgot to specify the type of a parameter and the error message was as follows:
error: expected one of `:` or `@`, found `)`
--> src/main.rs:2:12
|
2 | fn func(arg)
| ^ expected one of `:` or `@` here
Which raises the question: what can you do with an @
symbol? I don't remember reading about using the @
symbol for anything. I also did some Googling and couldn't find anything. What does @
do?