]> git.lizzy.rs Git - rust.git/blob - tests/ui/typeck/issue-87181/tuple-method.stderr
Rollup merge of #106427 - mejrs:translation_errors, r=davidtwco
[rust.git] / tests / ui / typeck / issue-87181 / tuple-method.stderr
1 error[E0599]: no method named `foo` found for fn item `fn(u8, i32) -> Foo {Foo}` in the current scope
2   --> $DIR/tuple-method.rs:12:15
3    |
4 LL |     thing.bar.foo();
5    |               ^^^ method not found in `fn(u8, i32) -> Foo {Foo}`
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0599`.