]> git.proxmox.com Git - rustc.git/blob - src/test/ui/const-generics/infer/method-chain.min.stderr
New upstream version 1.48.0~beta.8+dfsg1
[rustc.git] / src / test / ui / const-generics / infer / method-chain.min.stderr
1 error[E0282]: type annotations needed
2 --> $DIR/method-chain.rs:21:33
3 |
4 LL | Foo.bar().bar().bar().bar().baz();
5 | ^^^ cannot infer the value of const parameter `N` declared on the associated function `baz`
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0282`.