Skip to content

Commit 09bb07b

Browse files
committed
Unfortunately, we can't embed cross-crate tests in the tutorial...
...as far as I know, anyway, so I xfailed this tutorial test.
1 parent c4720a7 commit 09bb07b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/tutorial.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2419,7 +2419,7 @@ these two files:
24192419
pub fn explore() -> &str { "world" }
24202420
~~~~
24212421

2422-
~~~~
2422+
~~~~ {.xfail-test}
24232423
// main.rs
24242424
extern mod world;
24252425
fn main() { io::println(~"hello " + world::explore()); }

0 commit comments

Comments
 (0)