We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dda6d6 commit 20af4d7Copy full SHA for 20af4d7
doc/tutorial-borrowed-ptr.md
@@ -366,7 +366,7 @@ Things get trickier when the unique box is not uniquely owned by the
366
stack frame, or when there is no way for the compiler to determine the
367
box's owner. Consider a program like this:
368
369
-~~~
+~~~ {.xfail-test}
370
struct R { g: int }
371
struct S { mut f: ~R }
372
fn example5a(x: @S, callback: @fn()) -> int {
0 commit comments