Add flipperzero::furi::kernel
module
#291
Annotations
7 errors and 1 warning
Run Clippy:
crates/flipperzero/src/lib.rs#L4
error[E0583]: file not found for module `kernel`
--> flipperzero/src/furi/mod.rs:4:1
|
4 | pub mod kernel;
| ^^^^^^^^^^^^^^^
|
= help: to create the module `kernel`, create file "flipperzero/src/furi/kernel.rs" or "flipperzero/src/furi/kernel/mod.rs"
= note: if there is a `mod kernel` elsewhere in the crate already, import it with `use crate::...` instead
|
Run Clippy:
crates/flipperzero/src/lib.rs#L20
error[E0425]: cannot find function `get_tick_frequency` in module `furi::kernel`
--> flipperzero/src/furi/time.rs:20:30
|
20 | let rate = furi::kernel::get_tick_frequency();
| ^^^^^^^^^^^^^^^^^^ not found in `furi::kernel`
|
Run Clippy:
crates/flipperzero/src/lib.rs#L35
error[E0425]: cannot find function `get_tick_frequency` in module `furi::kernel`
--> flipperzero/src/furi/time.rs:35:30
|
35 | let rate = furi::kernel::get_tick_frequency();
| ^^^^^^^^^^^^^^^^^^ not found in `furi::kernel`
|
Run Clippy:
crates/flipperzero/src/lib.rs#L53
error[E0425]: cannot find function `get_tick` in module `furi::kernel`
--> flipperzero/src/furi/time.rs:53:31
|
53 | Instant(furi::kernel::get_tick())
| ^^^^^^^^ not found in `furi::kernel`
|
Run Clippy
error: aborting due to 4 previous errors
|
Run Clippy
Received a internal compiler error OR an unknown message type, view this in debug mode to view the payload
|
Run Clippy
{
"rendered": "Some errors have detailed explanations: E0425, E0583.\n",
"$message_type": "diagnostic",
"children": [],
"code": null,
"level": "failure-note",
"message": "Some errors have detailed explanations: E0425, E0583.",
"spans": []
}
|
Run Clippy
The `deny` input is deprecated in v1.4 and can be used within the `check-args` input
|
Loading