2023-12-02 00:19:22 +00:00
|
|
|
error: depth parameter of meta-variable expression `count` must be less than 4
|
2022-03-11 20:48:51 +00:00
|
|
|
--> $DIR/out-of-bounds-arguments.rs:7:14
|
|
|
|
|
|
2023-12-02 00:19:22 +00:00
|
|
|
LL | ${count($foo, 10)},
|
|
|
|
| ^^^^^^^^^^^^^^^^^
|
2022-03-11 20:48:51 +00:00
|
|
|
|
2023-12-02 00:19:22 +00:00
|
|
|
error: depth parameter of meta-variable expression `index` must be less than 3
|
2022-03-11 20:48:51 +00:00
|
|
|
--> $DIR/out-of-bounds-arguments.rs:19:18
|
|
|
|
|
|
|
|
|
LL | ${index(10)},
|
|
|
|
| ^^^^^^^^^^^
|
|
|
|
|
2024-05-10 19:12:39 +00:00
|
|
|
error: depth parameter of meta-variable expression `len` must be less than 2
|
2022-03-11 20:48:51 +00:00
|
|
|
--> $DIR/out-of-bounds-arguments.rs:32:18
|
|
|
|
|
|
2024-05-10 19:12:39 +00:00
|
|
|
LL | ${len(10)}
|
|
|
|
| ^^^^^^^^^
|
2022-03-11 20:48:51 +00:00
|
|
|
|
|
|
|
error: aborting due to 3 previous errors
|
|
|
|
|