2024-06-23 06:12:39 +00:00
|
|
|
error: expected pattern, found `#`
|
2021-01-16 15:32:51 +00:00
|
|
|
--> $DIR/vec-macro-in-pattern.rs:7:14
|
|
|
|
|
|
|
|
|
LL | Some(vec![43]) => {}
|
|
|
|
| ^^^^^^^^
|
2024-06-23 06:12:39 +00:00
|
|
|
| |
|
|
|
|
| expected pattern
|
|
|
|
| in this macro invocation
|
|
|
|
| this macro call doesn't expand to a pattern
|
2021-01-16 15:32:51 +00:00
|
|
|
|
|
2021-02-13 19:52:25 +00:00
|
|
|
= note: this error originates in the macro `vec` (in Nightly builds, run with -Z macro-backtrace for more info)
|
2021-01-16 15:32:51 +00:00
|
|
|
|
2023-11-21 15:44:16 +00:00
|
|
|
error: aborting due to 1 previous error
|
2021-01-16 15:32:51 +00:00
|
|
|
|