Skip to content

Commit f7eb127

Browse files
committed
Rollup merge of rust-lang#24425 - dhuseby:bitrig_fixing_tests_3, r=alexcrichton
the code block in the no-stdlib.md file caused test failure on bitrig and openbsd. Closes rust-lang#24108
2 parents a691f1e + 6fc1381 commit f7eb127

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/trpl/no-stdlib.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ necessary functionality for writing idiomatic and effective Rust code.
103103
As an example, here is a program that will calculate the dot product of two
104104
vectors provided from C, using idiomatic Rust practices.
105105

106-
```
106+
```ignore
107107
#![feature(lang_items, start, no_std, core, libc)]
108108
#![no_std]
109109

0 commit comments

Comments
 (0)