summaryrefslogtreecommitdiffstats
path: root/src/test/ui/typeck/issue-87181/tuple-method.stderr
blob: e27c41858d322e181021cf02313543d6a25264e2 (plain)
1
2
3
4
5
6
7
8
9
error[E0599]: no method named `foo` found for fn item `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`.