Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/smallest-no-std.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,3 +104,7 @@ $ cat .cargo/config
``` toml
{{#include ../ci/smallest-no-std/.cargo/config}}
```

Note: if you encountered an error `language item required, but not found: 'eh_personality'` when attempting to build
your project, check your `Cargo.toml` file to be both your `.dev` and `.release` profiles specify `panic = "abort"` (and
not `panic = "unwind"`) for now.