summary refs log tree commit diff
path: root/src/test/ui/issues/issue-29181.stderr
blob: 250b158ab8e33e8bd8c0bc463660e0fee500828b (plain)
1
2
3
4
5
6
7
8
9
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`.