Add expected failure annotation on "fixed" example to placate 'make check'.

This commit is contained in:
Felix S. Klock II 2013-01-29 13:18:40 +01:00
parent 2dda6d6f5d
commit 20af4d7361

View file

@ -366,7 +366,7 @@ Things get trickier when the unique box is not uniquely owned by the
stack frame, or when there is no way for the compiler to determine the
box's owner. Consider a program like this:
~~~
~~~ {.xfail-test}
struct R { g: int }
struct S { mut f: ~R }
fn example5a(x: @S, callback: @fn()) -> int {