mirror of
https://github.com/ratatui/ratatui.git
synced 2025-09-26 20:40:44 +00:00
test(macros): regenerate trybuild stderr (#2093)
### Overview Updated the `.stderr` file corresponding to the `ratatui-macros/tests/ui/fails.rs` compile-fail test. ### Changes - Updated `tests/ui/fails.stderr` to match the new compiler output. ### Impact - Affects only the trybuild UI tests - No impact on production code ### Notes - The `.stderr` was generated using `TRYBUILD=overwrite cargo test`. Closes https://github.com/ratatui/ratatui/issues/2094 Signed-off-by: Shingo OKAWA <shingo.okawa.g.h.c@gmail.com>
This commit is contained in:
parent
03f3f6df35
commit
8aefc06a90
@ -9,9 +9,9 @@ error: No rules expected the token `,` while trying to match the end of the macr
|
|||||||
error: unexpected end of macro invocation
|
error: unexpected end of macro invocation
|
||||||
--> tests/ui/fails.rs:8:18
|
--> tests/ui/fails.rs:8:18
|
||||||
|
|
|
|
||||||
8 | let [a, b] = constraints![
|
8 | let [a, b] = constraints![
|
||||||
| __________________^
|
| __________________^
|
||||||
9 | | == 1/2,
|
9 | | == 1/2,
|
||||||
10 | | == 2,
|
10 | | == 2,
|
||||||
11 | | ];
|
11 | | ];
|
||||||
| |_____^ missing tokens in macro arguments
|
| |_____^ missing tokens in macro arguments
|
||||||
@ -50,9 +50,3 @@ error: argument never used
|
|||||||
| ------- ^^^^^^^^^^^^^ argument never used
|
| ------- ^^^^^^^^^^^^^ argument never used
|
||||||
| |
|
| |
|
||||||
| formatting specifier missing
|
| formatting specifier missing
|
||||||
|
|
||||||
error[E0527]: pattern requires 2 elements but array has 3
|
|
||||||
--> tests/ui/fails.rs:8:9
|
|
||||||
|
|
|
||||||
8 | let [a, b] = constraints![
|
|
||||||
| ^^^^^^ expected 3 elements
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user