feat: Better error messages for span!
macro
#140
Annotations
10 errors and 2 warnings
Tests:
tests/ui/fails.rs#L5
No rules expected the token `,` while trying to match the end of the macro
|
Tests:
tests/ui/fails.rs#L8
unexpected end of macro invocation
|
Tests:
tests/ui/fails.rs#L15
no rules expected the token `;`
|
Tests:
tests/ui/fails.rs#L17
first parameter must be a formatting specifier followed by a comma OR a `ratatui::style::Style` followed by a semi-colon
|
Tests:
tests/ui/fails.rs#L19
argument never used
|
Tests:
tests/ui/fails.rs#L8
pattern requires 2 elements but array has 3
|
Tests:
tests/ui/fails.rs#L21
the trait bound `Style: From<&str>` is not satisfied
|
Tests:
tests/ui/fails.rs#L5
No rules expected the token `,` while trying to match the end of the macro
|
Tests:
tests/ui/fails.rs#L8
unexpected end of macro invocation
|
Tests:
tests/ui/fails.rs#L15
no rules expected the token `;`
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Loading