Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Remove example code as it does not compile in CI
Code is QNX/nto specific and will not link on Windows.
  • Loading branch information
flba-eb committed Nov 12, 2022
commit a4cafc8af82776b33539de7f585788f5d5857fe4
2 changes: 1 addition & 1 deletion src/doc/rustc/src/platform-support/nto-qnx.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ QNX Neutrino toolchain).

### Small example application

```rust
```rust,ignore (platform-specific)
#![no_std]
#![no_main]
#![feature(lang_items)]
Expand Down