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

12 lines
304 B
Plaintext
Raw Normal View History

2017-06-23 17:43:35 -07:00
error[E0599]: no method named `b` found for type `&Self` in the current scope
--> $DIR/issue-3563.rs:13:17
|
2018-02-23 03:42:32 +03:00
LL | || self.b()
2017-06-23 17:43:35 -07:00
| ^
|
= help: did you mean `a`?
2017-06-23 17:43:35 -07:00
error: aborting due to previous error
2017-06-23 17:43:35 -07:00
2018-03-03 15:59:40 +01:00
For more information about this error, try `rustc --explain E0599`.