about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPatrick Walton <pcwalton@mimiga.net>2013-04-29 10:17:20 -0700
committerPatrick Walton <pcwalton@mimiga.net>2013-04-29 14:30:57 -0700
commit2c6dae081b72d33a2c51b5f46436e6350bb3682f (patch)
tree11967c50476b489bd74d67947d8c40a193cc342c
parenta9da34bf6eb88ac20a7240d05022d6ebf136a6eb (diff)
downloadrust-2c6dae081b72d33a2c51b5f46436e6350bb3682f.tar.gz
rust-2c6dae081b72d33a2c51b5f46436e6350bb3682f.zip
doc: XFAIL mysterious failure on bots
-rw-r--r--doc/rust.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/rust.md b/doc/rust.md
index 9f81b38009f..136c7ee9da3 100644
--- a/doc/rust.md
+++ b/doc/rust.md
@@ -2393,7 +2393,7 @@ variables in the arm's block, and control enters the block.
 An example of an `match` expression:
 
 
-~~~~
+~~~~ {.xfail-test}
 # fn process_pair(a: int, b: int) { }
 # fn process_ten() { }