]> git.lizzy.rs Git - rust.git/blob - src/test/ui/error-codes/E0615.stderr
Auto merge of #54624 - arielb1:evaluate-outlives, r=nikomatsakis
[rust.git] / src / test / ui / error-codes / E0615.stderr
1 error[E0615]: attempted to take value of method `method` on type `Foo`
2   --> $DIR/E0615.rs:21:7
3    |
4 LL |     f.method; //~ ERROR E0615
5    |       ^^^^^^
6    |
7    = help: maybe a `()` to call it is missing?
8
9 error: aborting due to previous error
10
11 For more information about this error, try `rustc --explain E0615`.