summary refs log tree commit diff
path: root/src/test/ui/pattern/pattern-bindings-after-at.stderr
blob: 7a3883c5854507d919523e33b2df4895108dc250 (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:8: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`.