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