From 2c6dae081b72d33a2c51b5f46436e6350bb3682f Mon Sep 17 00:00:00 2001 From: Patrick Walton Date: Mon, 29 Apr 2013 10:17:20 -0700 Subject: [PATCH] doc: XFAIL mysterious failure on bots --- doc/rust.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() { }