summaryrefslogtreecommitdiffstats
path: root/tests/ui/typeck/issue-87181/tuple-method.stderr
blob: de3dc15a54b12449e2f2226dae020d3bc3926184 (plain)
1
2
3
4
5
6
7
8
9
error[E0599]: no method named `foo` found for struct constructor `fn(u8, i32) -> Foo {Foo}` in the current scope
  --> $DIR/tuple-method.rs:12:15
   |
LL |     thing.bar.foo();
   |               ^^^ method not found in `fn(u8, i32) -> Foo {Foo}`

error: aborting due to previous error

For more information about this error, try `rustc --explain E0599`.