demo pub function generation #59
Annotations
3 errors and 2 warnings
the name `build_info` is defined multiple times:
/home/runner/work/build-info/build-info/build-info/src/lib.rs#L23
error[E0428]: the name `build_info` is defined multiple times
--> sample/src/main.rs:6:1
|
6 | build_info::build_info!(fn build_info);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `build_info` redefined here
...
9 | build_info::build_info!(pub fn build_info);
| ------------------------------------------ previous definition of the value `build_info` here
|
= note: `build_info` must be defined only once in the value namespace of this module
= note: this error originates in the macro `$crate::proc::build_info` which comes from the expansion of the macro `build_info::build_info` (in Nightly builds, run with -Z macro-backtrace for more info)
|
the name `build_info` is defined multiple times:
/home/runner/work/build-info/build-info/build-info/src/lib.rs#L23
error[E0428]: the name `build_info` is defined multiple times
--> sample/src/main.rs:6:1
|
6 | build_info::build_info!(fn build_info);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `build_info` redefined here
...
9 | build_info::build_info!(pub fn build_info);
| ------------------------------------------ previous definition of the value `build_info` here
|
= note: `build_info` must be defined only once in the value namespace of this module
= note: this error originates in the macro `$crate::proc::build_info` which comes from the expansion of the macro `build_info::build_info` (in Nightly builds, run with -Z macro-backtrace for more info)
|
clippy_check
Clippy had exited with the 101 exit code
|
clippy_check
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions-rs/clippy-check@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
clippy_check
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|