Skip to content

Begin source reorganization with linux/can.h #4446

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 8, 2025

ci: Skip the `new` module with style check

d08c394
Select commit
Loading
Failed to load commit list.
Merged

Begin source reorganization with linux/can.h #4446

ci: Skip the `new` module with style check
d08c394
Select commit
Loading
Failed to load commit list.
Cirrus CI / nightly freebsd-13 i686 failed Jul 8, 2025 in 1m 7s

Task Summary

Instruction test failed in 00:41

Details

ℹ️ Scheduling was delayed due to a concurrency limit on community tasks

✅ 00:08 clone
✅ 00:16 setup
❌ 00:41 test

      |                                                  ^

  error: invalid fragment specifier `literal`
     --> /tmp/cirrus-ci-build/target/i686-unknown-freebsd/debug/build/libc-test-516ae13a8037981c/out/src-hotfix/macros.rs:229:34
      |
  229 |             $($variant:ident $(= $value:literal)?,)+
      |                                  ^^^^^^^^^^^^^^
      |
      = help: valid fragment specifiers are `ident`, `block`, `stmt`, `expr`, `pat`, `ty`, `path`, `meta`, `tt`, `item` and `vis`

  error: expected `*` or `+`
     --> /tmp/cirrus-ci-build/target/i686-unknown-freebsd/debug/build/libc-test-516ae13a8037981c/out/src-hotfix/macros.rs:240:44
      |
  240 |         $variant:ident $(= $value:literal)?,
      |                                            ^

  error: invalid fragment specifier `literal`
     --> /tmp/cirrus-ci-build/target/i686-unknown-freebsd/debug/build/libc-test-516ae13a8037981c/out/src-hotfix/macros.rs:240:28
      |
  240 |         $variant:ident $(= $value:literal)?,
      |                            ^^^^^^^^^^^^^^
      |
      = help: valid fragment specifiers are `ident`, `block`, `stmt`, `expr`, `pat`, `ty`, `path`, `meta`, `tt`, `item` and `vis`

  error: expected `*` or `+`
     --> /tmp/cirrus-ci-build/target/i686-unknown-freebsd/debug/build/libc-test-516ae13a8037981c/out/src-hotfix/macros.rs:232:49
      |
  232 |         pub type $ty_name = c_enum!(@ty $($repr)?);
      |                                                 ^

  error: expected `*` or `+`
     --> /tmp/cirrus-ci-build/target/i686-unknown-freebsd/debug/build/libc-test-516ae13a8037981c/out/src-hotfix/macros.rs:233:59
      |
  233 |         c_enum!(@one; $ty_name; 0; $($variant $(= $value)?,)+);
      |                                                           ^

  error: expected `*` or `+`
     --> /tmp/cirrus-ci-build/target/i686-unknown-freebsd/debug/build/libc-test-516ae13a8037981c/out/src-hotfix/macros.rs:247:13
      |
  247 |             r
      |             ^

  error: expected identifier, found `::`
     --> /tmp/cirrus-ci-build/target/i686-unknown-freebsd/debug/build/libc-test-516ae13a8037981c/out/src-hotfix/macros.rs:257:17
      |
  257 |     (@ty) => { $::c_uint };
      |                 ^^

  rust version: 1.90.0-nightly

  thread 'main' panicked at /tmp/cirrus-ci-build/ctest/src/lib.rs:782:33:
  Failed to generate tests: failed to compile `libmain.a`
  note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
warning: build failed, waiting for other jobs to finish...

Exit status: 101