-
-
Notifications
You must be signed in to change notification settings - Fork 27
Closed
Description
There is an compilation error without std feature:
error: #[panic_handler]
function required, but not found
error: unwinding panics are not supported without std
Adding flags like panic=abort doesn't make any sense.
Seems like the problem is in crate-type = ["cdylib", "rlib"]. Removing this block makes hifitime compile with no_std.
Rust 1.82, Ubuntu
Metadata
Metadata
Assignees
Labels
No labels