2.18 Context Features #87
Annotations
9 errors and 12 warnings
cannot find value `CONSOLE_ALLOCATED` in this scope:
arma-rs/src/lib.rs#L104
error[E0425]: cannot find value `CONSOLE_ALLOCATED` in this scope
--> arma-rs/src/lib.rs:104:21
|
104 | unsafe {if !CONSOLE_ALLOCATED.swap(true, std::sync::atomic::Ordering::SeqCst) {
| ^^^^^^^^^^^^^^^^^ not found in this scope
|
failed to resolve: use of undeclared crate or module `windows`:
arma-rs/src/lib.rs#L105
error[E0433]: failed to resolve: use of undeclared crate or module `windows`
--> arma-rs/src/lib.rs:105:21
|
105 | let _ = windows::Win32::System::Console::AllocConsole();
| ^^^^^^^ use of undeclared crate or module `windows`
|
help: there is an enum variant `crate::Source::Console`; try using the variant's enum
|
105 | let _ = crate::Source();
| ~~~~~~~~~~~~~
|
cannot find value `CONSOLE_ALLOCATED` in this scope:
arma-rs/src/lib.rs#L104
error[E0425]: cannot find value `CONSOLE_ALLOCATED` in this scope
--> arma-rs/src/lib.rs:104:21
|
104 | unsafe {if !CONSOLE_ALLOCATED.swap(true, std::sync::atomic::Ordering::SeqCst) {
| ^^^^^^^^^^^^^^^^^ not found in this scope
|
failed to resolve: use of undeclared crate or module `windows`:
arma-rs/src/lib.rs#L105
error[E0433]: failed to resolve: use of undeclared crate or module `windows`
--> arma-rs/src/lib.rs:105:21
|
105 | let _ = windows::Win32::System::Console::AllocConsole();
| ^^^^^^^ use of undeclared crate or module `windows`
|
help: there is an enum variant `crate::Source::Console`; try using the variant's enum
|
105 | let _ = crate::Source();
| ~~~~~~~~~~~~~
|
ubuntu / stable
Process completed with exit code 101.
|
ubuntu / stable / coverage
Process completed with exit code 1.
|
macos-latest / stable
The process '/Users/runner/.cargo/bin/cargo' failed with exit code 101
|
ubuntu / beta
The job was canceled because "stable" failed.
|
ubuntu / beta
The operation was canceled.
|
field `ty` is never read:
arma-rs-proc/src/derive/data.rs#L69
warning: field `ty` is never read
--> arma-rs-proc/src/derive/data.rs:69:9
|
65 | pub struct FieldNamed {
| ---------- field in this struct
...
69 | pub ty: syn::Type,
| ^^
|
= note: `#[warn(dead_code)]` on by default
|
field `ty` is never read:
arma-rs-proc/src/derive/data.rs#L69
warning: field `ty` is never read
--> arma-rs-proc/src/derive/data.rs:69:9
|
65 | pub struct FieldNamed {
| ---------- field in this struct
...
69 | pub ty: syn::Type,
| ^^
|
= note: `#[warn(dead_code)]` on by default
|
field `ty` is never read:
arma-rs-proc/src/derive/data.rs#L69
warning: field `ty` is never read
--> arma-rs-proc/src/derive/data.rs:69:9
|
65 | pub struct FieldNamed {
| ---------- field in this struct
...
69 | pub ty: syn::Type,
| ^^
|
= note: `#[warn(dead_code)]` on by default
|
field `ty` is never read:
arma-rs-proc/src/derive/data.rs#L69
warning: field `ty` is never read
--> arma-rs-proc/src/derive/data.rs:69:9
|
65 | pub struct FieldNamed {
| ---------- field in this struct
...
69 | pub ty: syn::Type,
| ^^
|
= note: `#[warn(dead_code)]` on by default
|
ubuntu / 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/
|
ubuntu / stable
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
ubuntu / stable / coverage
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/
|
ubuntu / stable / coverage
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
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/
|
macos-latest / stable
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
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/
|
windows-latest / stable
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|