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

12 lines
314 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
2018-02-19 14:40:25 -06:00
If you want more information on this error, try using "rustc --explain E0599"