Nodes #94
Annotations
4 errors and 4 warnings
the `asm!` macro is not allowed in naked functions:
x86_64/src/trap.rs#L125
error[E0787]: the `asm!` macro is not allowed in naked functions
--> x86_64/src/trap.rs:125:9
|
125 | / asm!(r#"
126 | | // Allocate space to save registers.
127 | | subq $((4 + 15) * 8), %rsp
128 | | // Save the general purpose registers.
... |
222 | | dispatch = sym dispatch,
223 | | options(att_syntax, noreturn));
| |__________________________________________^ consider using the `naked_asm!` macro instead
|
the `asm!` macro is not allowed in naked functions:
x86_64/src/trap.rs#L110
error[E0787]: the `asm!` macro is not allowed in naked functions
--> x86_64/src/trap.rs:110:9
|
110 | / asm!(
111 | | seq!(N in 0..=255 {
112 | | concat!( #( gen_trap_stub!(N), )* )
113 | | }),
114 | | trap = sym trap, 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/
|
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/
|