]> git.proxmox.com Git - rustc.git/blame - src/test/ui/error-codes/E0407.stderr
Update unsuspicious file list
[rustc.git] / src / test / ui / error-codes / E0407.stderr
CommitLineData
2c00a5a8 1error[E0407]: method `b` is not a member of trait `Foo`
0731742a 2 --> $DIR/E0407.rs:9:5
2c00a5a8 3 |
0531ce1d 4LL | fn b() {}
c295e0f8
XL
5 | ^^^-^^^^^
6 | | |
7 | | help: there is an associated function with a similar name: `a`
8 | not a member of trait `Foo`
2c00a5a8
XL
9
10error: aborting due to previous error
11
0531ce1d 12For more information about this error, try `rustc --explain E0407`.