Language specific configs #76
Triggered via pull request
September 17, 2023 08:35
Status
Failure
Total duration
4m 45s
Artifacts
–
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
8 errors and 1 warning
cannot find function `typedef_named_datatype` in module `js`:
src/js.rs#L118
error[E0425]: cannot find function `typedef_named_datatype` in module `js`
--> src/js.rs:118:26
|
118 | .map(|v| js::typedef_named_datatype(&cfg.inner, &v, type_map))
| ^^^^^^^^^^^^^^^^^^^^^^ not found in `js`
|
unresolved import `specta::js`:
src/js.rs#L6
error[E0432]: unresolved import `specta::js`
--> src/js.rs:6:5
|
6 | js,
| ^^
| |
| no `js` in the root
| help: a similar name exists in the module: `ts`
|
= help: consider importing this module instead:
crate::js
|
clippy
Clippy had exited with the 101 exit code
|
build (macos-latest)
Process completed with exit code 101.
|
build (windows-latest)
The job was canceled because "macos-latest" failed.
|
build (windows-latest)
The operation was canceled.
|
build (ubuntu-latest)
The job was canceled because "macos-latest" failed.
|
build (ubuntu-latest)
The operation was canceled.
|
clippy
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/
|