We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b523c5 commit 65f67f5Copy full SHA for 65f67f5
src/smallest-no-std.md
@@ -104,3 +104,7 @@ $ cat .cargo/config
104
``` toml
105
{{#include ../ci/smallest-no-std/.cargo/config}}
106
```
107
+
108
+Note: if you encountered an error `language item required, but not found: 'eh_personality'` when attempting to build
109
+your project, check your `Cargo.toml` file to be both your `.dev` and `.release` profiles specify `panic = "abort"` (and
110
+not `panic = "unwind"`) for now.
0 commit comments