rust/src/test/ui/block-result/issue-3563.stderr

11 lines
236 B
Plaintext
Raw Normal View History

2017-06-23 19:43:35 -05:00
error[E0599]: no method named `b` found for type `&Self` in the current scope
--> $DIR/issue-3563.rs:13:17
|
13 | || self.b()
| ^
|
= help: did you mean `a`?
2017-06-23 19:43:35 -05:00
error: aborting due to previous error
2017-06-23 19:43:35 -05:00