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 e06060d commit 366ae4dCopy full SHA for 366ae4d
ci/script.sh
@@ -31,7 +31,7 @@ main() {
31
32
# check presence of the `rust_begin_unwind` symbol
33
diff app.o.nm \
34
- <(cargo nm -- target/thumbv7m-none-eabi/debug/deps/app-*.o | grep '[0-9]* [^n] ')
+ <(cargo nm -- target/thumbv7m-none-eabi/debug/deps/app-*.o | grep '[0-9]* [^N] ')
35
36
edition_check
37
src/smallest-no-std.md
@@ -83,7 +83,7 @@ Before linking the crate does contain the panicking symbol.
83
``` console
84
$ cargo rustc --target thumbv7m-none-eabi -- --emit=obj
85
86
-$ cargo nm -- target/thumbv7m-none-eabi/debug/deps/app-*.o | grep '[0-9]* [^n] '
+$ cargo nm -- target/thumbv7m-none-eabi/debug/deps/app-*.o | grep '[0-9]* [^N] '
87
```
88
89
``` text
0 commit comments