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()
|
|
|
|
| ^
|
2017-03-20 14:02:51 -05:00
|
|
|
|
|
|
|
|
= help: did you mean `a`?
|
2017-06-23 19:43:35 -05:00
|
|
|
|
2017-11-08 15:31:47 -06: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"
|