]> git.proxmox.com Git - rustc.git/blame - src/test/ui/fn-in-pat.stderr
New upstream version 1.40.0+dfsg1
[rustc.git] / src / test / ui / fn-in-pat.stderr
CommitLineData
e74abb32 1error[E0164]: expected tuple struct or tuple variant, found method `A::new`
532ac7d7
XL
2 --> $DIR/fn-in-pat.rs:11:9
3 |
4LL | A::new() => (),
dc9dc135
XL
5 | ^^^^^^^^ `fn` calls are not allowed in patterns
6 |
7 = help: for more information, visit https://doc.rust-lang.org/book/ch18-00-patterns.html
532ac7d7
XL
8
9error: aborting due to previous error
10
11For more information about this error, try `rustc --explain E0164`.