Nodes #98
Annotations
3 errors and 5 warnings
the `asm!` macro is not allowed in naked functions:
node/src/x86_64/xferv.rs#L15
error[E0787]: the `asm!` macro is not allowed in naked functions
--> node/src/x86_64/xferv.rs:15:9
|
15 | / asm!(r#"
16 | | .balign 8; jmp {hi};
17 | | .balign 8; jmp {bye};
18 | | "#,
19 | | hi = sym hi,
20 | | bye = sym bye,
21 | | options(att_syntax, noreturn));
| |__________________________________________^ consider using the `naked_asm!` macro instead
|
lint
Clippy had exited with the 101 exit code
|
test
Process completed with exit code 1.
|
rustfmt
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
unused variable: `allocator`:
node/src/main.rs#L28
warning: unused variable: `allocator`
--> node/src/main.rs:28:24
|
28 | pub extern "C" fn init(allocator: &dyn FnMut() -> Result<arch::Page4K, ()>) {
| ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_allocator`
|
= note: `#[warn(unused_variables)]` on by default
|
lint
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/
|
lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|