]> git.lizzy.rs Git - rust.git/commitdiff
disabling a test for bitrig and openbsd
authorDave Huseby <dhuseby@mozilla.com>
Tue, 14 Apr 2015 18:18:12 +0000 (11:18 -0700)
committerDave Huseby <dhuseby@mozilla.com>
Tue, 14 Apr 2015 18:21:33 +0000 (11:21 -0700)
src/doc/trpl/no-stdlib.md

index 094c82a08cc9d12ac3eb57ac09deae56043b65ee..67db919c59f45a0f9cdf6b0ed9c872ceb3e5f13f 100644 (file)
@@ -103,7 +103,7 @@ necessary functionality for writing idiomatic and effective Rust code.
 As an example, here is a program that will calculate the dot product of two
 vectors provided from C, using idiomatic Rust practices.
 
-```
+```ignore
 #![feature(lang_items, start, no_std, core, libc)]
 #![no_std]