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 763f923 commit 299a1a0Copy full SHA for 299a1a0
src/doc/book/no-stdlib.md
@@ -45,6 +45,9 @@ fn start(_argc: isize, _argv: *const *const u8) -> isize {
45
# // fn main() {} tricked you, rustdoc!
46
```
47
48
+> Note: Ensure that you are not including the default features with libc. Otherwise you will
49
+> implicitly use libstd.
50
+
51
To override the compiler-inserted `main` shim, one has to disable it
52
with `#![no_main]` and then create the appropriate symbol with the
53
correct ABI and the correct name, which requires overriding the
0 commit comments