Skip to content

Commit

Permalink
Improve unimplemented error
Browse files Browse the repository at this point in the history
  • Loading branch information
purplesyringa committed Jan 23, 2025
1 parent a96b7a0 commit 83e8677
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/unimplemented.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ use super::{RethrowHandle, ThrowByValue};

pub(crate) struct ActiveBackend;

compile_error!("Lithium does not support no_std in this configuration");
compile_error!("Lithium does not support builds without std on this platform");

unsafe impl ThrowByValue for ActiveBackend {
type RethrowHandle<E> = UnimplementedRethrowHandle;
Expand Down

0 comments on commit 83e8677

Please sign in to comment.