summary refs log tree commit diff
path: root/src/test/ui/pattern/pattern-bindings-after-at.stderr
blob: 8c715001baa09252fbd56bea63d250f39c36d0a2 (plain)
1
2
3
4
5
6
7
8
9
error[E0303]: pattern bindings are not allowed after an `@`
  --> $DIR/pattern-bindings-after-at.rs:18:31
   |
LL |         ref mut z @ &mut Some(ref a) => {
   |                               ^^^^^ not allowed after `@`

error: aborting due to previous error

For more information about this error, try `rustc --explain E0303`.