2020-01-08 08:05:31 -08:00
|
|
|
error[E0599]: no method named `b` found for reference `&Self` in the current scope
|
2018-12-25 08:56:47 -07:00
|
|
|
--> $DIR/issue-3563.rs:3:17
|
2017-06-23 17:43:35 -07:00
|
|
|
|
|
2018-02-23 03:42:32 +03:00
|
|
|
LL | || self.b()
|
2022-07-08 12:42:29 -07:00
|
|
|
| ^ help: there is a method with a similar name: `a`
|
2017-06-23 17:43:35 -07:00
|
|
|
|
2017-11-08 16:31:47 -05: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`.
|