A Freestanding Rust Binary (ru) #1102
Replies: 3 comments 3 replies
-
This is cool! :) |
Beta Was this translation helpful? Give feedback.
0 replies
-
Am I the only one having issues with rust-analyzer marking the panic handler fn as a duplicate originally defined in std, even though i have the no std attrib at the beginning of the file? (the code still builds fine though) |
Beta Was this translation helpful? Give feedback.
1 reply
-
Just run into this question on SO, so I'd like to ask - is it intentional that Cargo.toml here doesn't have any |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
A Freestanding Rust Binary (ru)
Первый шаг в создании собственного ядра операционной системы — это создание исполняемого файла на Rust, который не будет подключать стандартную библио…
https://os.phil-opp.com/ru/freestanding-rust-binary/
Beta Was this translation helpful? Give feedback.
All reactions