Skip to content

Commit

Permalink
improve the unimplemented message.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lokathor committed Sep 2, 2024
1 parent 98a561b commit 47f6bdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/macros.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ macro_rules! on_gba_or_unimplemented {
$($token_tree)*
}
#[cfg(not(feature="on_gba"))]
unimplemented!()
unimplemented!("Called code required to be on the GBA without `on_gba` enabled.")
}
}
pub(crate) use on_gba_or_unimplemented;
Expand Down

0 comments on commit 47f6bdd

Please sign in to comment.