Skip to content

Commit

Permalink
test: Update
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmah309 committed Sep 12, 2024
1 parent c91ebba commit fe8d515
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test_no_std/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,9 @@ error_set! {


fn display() {
// Seems to always seg fault for some reason
// `heapless` and/or `write!` Seems to always seg fault for some reason. e.g.
// let mut buf: heapless::String<300> = heapless::String::new();
// write!(buf, "this").unwrap();

// let x: AuthError2 = AuthError2::UserDoesNotExist {
// name: 1,
Expand Down

0 comments on commit fe8d515

Please sign in to comment.