Skip to content

feat: Better error messages for span! macro #143

feat: Better error messages for span! macro

feat: Better error messages for span! macro #143

Triggered via pull request May 13, 2024 00:13
Status Failure
Total duration 1m 35s
Artifacts

ci.yml

on: pull_request
Matrix: Build & Test
Fit to window
Zoom out
Zoom in

Annotations

21 errors and 6 warnings
Build & Test (ubuntu-latest, stable)
No rules expected the token `,` while trying to match the end of the macro
Build & Test (ubuntu-latest, stable)
unexpected end of macro invocation
Build & Test (ubuntu-latest, stable)
no rules expected the token `;`
Build & Test (ubuntu-latest, stable)
first parameter must be a formatting specifier followed by a comma OR a `Style` followed by a semicolon
Build & Test (ubuntu-latest, stable)
argument never used
Build & Test (ubuntu-latest, stable)
pattern requires 2 elements but array has 3
Build & Test (ubuntu-latest, stable)
the trait bound `Style: From<&str>` is not satisfied
Build & Test (ubuntu-latest, stable): tests/ui/fails.rs#L5
No rules expected the token `,` while trying to match the end of the macro
Build & Test (ubuntu-latest, stable): tests/ui/fails.rs#L8
unexpected end of macro invocation
Build & Test (ubuntu-latest, stable): tests/ui/fails.rs#L15
no rules expected the token `;`
Build & Test (macos-latest, stable)
No rules expected the token `,` while trying to match the end of the macro
Build & Test (macos-latest, stable)
unexpected end of macro invocation
Build & Test (macos-latest, stable)
no rules expected the token `;`
Build & Test (macos-latest, stable)
first parameter must be a formatting specifier followed by a comma OR a `Style` followed by a semicolon
Build & Test (macos-latest, stable)
argument never used
Build & Test (macos-latest, stable)
pattern requires 2 elements but array has 3
Build & Test (macos-latest, stable)
the trait bound `Style: From<&str>` is not satisfied
Build & Test (macos-latest, stable): tests/ui/fails.rs#L5
No rules expected the token `,` while trying to match the end of the macro
Build & Test (macos-latest, stable): tests/ui/fails.rs#L8
unexpected end of macro invocation
Build & Test (macos-latest, stable): tests/ui/fails.rs#L15
no rules expected the token `;`
Build & Test (windows-latest, stable)
The process 'C:\Users\runneradmin\.cargo\bin\cargo.exe' failed with exit code 101
Build & Test (ubuntu-latest, stable)
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/.
Build & Test (ubuntu-latest, stable)
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/
Build & Test (macos-latest, stable)
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/.
Build & Test (macos-latest, stable)
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/
Build & Test (windows-latest, stable)
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/.
Build & Test (windows-latest, stable)
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/