blob: 250b158ab8e33e8bd8c0bc463660e0fee500828b [file] [log] [blame]
error[E0599]: no method named `homura` found for type `{integer}` in the current scope
--> $DIR/issue-29181.rs:6:7
|
LL | 0.homura();
| ^^^^^^ method not found in `{integer}`
error: aborting due to previous error
For more information about this error, try `rustc --explain E0599`.