]> git.lizzy.rs Git - rust.git/blob - src/test/ui/rfc-0107-bind-by-move-pattern-guards/feature-gate.gate_and_feature_nll.stderr
Auto merge of #54720 - davidtwco:issue-51191, r=nikomatsakis
[rust.git] / src / test / ui / rfc-0107-bind-by-move-pattern-guards / feature-gate.gate_and_feature_nll.stderr
1 error: compilation successful
2   --> $DIR/feature-gate.rs:42:1
3    |
4 LL | / fn main() {
5 LL | |     foo(107)
6 LL | | }
7    | |_^
8
9 error: aborting due to previous error
10