2020-01-08 10:05:31 -06:00
|
|
|
error[E0599]: no method named `b` found for reference `&Self` in the current scope
|
2018-12-25 09:56:47 -06:00
|
|
|
--> $DIR/issue-3563.rs:3:17
|
2017-06-23 19:43:35 -05:00
|
|
|
|
|
2018-02-22 18:42:32 -06:00
|
|
|
LL | || self.b()
|
2022-07-08 14:42:29 -05:00
|
|
|
| ^ help: there is a method with a similar name: `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-03-03 08:59:40 -06:00
|
|
|
For more information about this error, try `rustc --explain E0599`.
|