]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/fn-defined-using-def.stderr
Account for ADT bodies and struct expressions
[rust.git] / src / test / ui / parser / fn-defined-using-def.stderr
1 error: expected one of `!` or `::`, found `foo`
2   --> $DIR/fn-defined-using-def.rs:6:5
3    |
4 LL | def foo() {}
5    | --- ^^^ expected one of `!` or `::`
6    | |
7    | help: write `fn` instead of `def` to declare a function
8
9 error: aborting due to previous error
10