diff options
| author | Florian Bartels <Florian.Bartels@elektrobit.com> | 2022-11-12 09:25:34 +0100 |
|---|---|---|
| committer | Florian Bartels <Florian.Bartels@elektrobit.com> | 2022-11-12 10:09:13 +0100 |
| commit | a4cafc8af82776b33539de7f585788f5d5857fe4 (patch) | |
| tree | 76d93c2ebb13b38b88ab838e986cc0300de17c9a /src | |
| parent | f149837f0db964ffc3b67bfa003da621113ef522 (diff) | |
| download | rust-a4cafc8af82776b33539de7f585788f5d5857fe4.tar.gz rust-a4cafc8af82776b33539de7f585788f5d5857fe4.zip | |
Remove example code as it does not compile in CI
Code is QNX/nto specific and will not link on Windows.
Diffstat (limited to 'src')
| -rw-r--r-- | src/doc/rustc/src/platform-support/nto-qnx.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc/src/platform-support/nto-qnx.md b/src/doc/rustc/src/platform-support/nto-qnx.md index 62d426bf316..2f6ea94d113 100644 --- a/src/doc/rustc/src/platform-support/nto-qnx.md +++ b/src/doc/rustc/src/platform-support/nto-qnx.md @@ -32,7 +32,7 @@ QNX Neutrino toolchain). ### Small example application -```rust +```rust,ignore (platform-specific) #![no_std] #![no_main] #![feature(lang_items)] |
