2022-08-18 16:14:04 -05:00
|
|
|
error: expected one of `!` or `::`, found `foo`
|
|
|
|
--> $DIR/fn-defined-using-function.rs:6:10
|
|
|
|
|
|
|
|
|
LL | function foo() {}
|
|
|
|
| -------- ^^^ expected one of `!` or `::`
|
|
|
|
| |
|
|
|
|
| help: write `fn` instead of `function` to declare a function
|
|
|
|
|
2023-11-21 15:44:16 +00:00
|
|
|
error: aborting due to 1 previous error
|
2022-08-18 16:14:04 -05:00
|
|
|
|