]> git.lizzy.rs Git - rust.git/blob - src/test/ui/pattern/pattern-bindings-after-at.stderr
Auto merge of #56833 - nagisa:ios-fix, r=alexcrichton
[rust.git] / src / test / ui / pattern / pattern-bindings-after-at.stderr
1 error[E0303]: pattern bindings are not allowed after an `@`
2   --> $DIR/pattern-bindings-after-at.rs:18:31
3    |
4 LL |         ref mut z @ &mut Some(ref a) => {
5    |                               ^^^^^ not allowed after `@`
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0303`.