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 f478245 commit 661cea8Copy full SHA for 661cea8
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: c4720a73bbe69db14c574555a423c1045086241d
+refs/heads/master: 09bb07bed9166105ea961a42b5fff7739ae0d2e9
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
refs/heads/snap-stage3: eb8fd119c65c67f3b1b8268cc7341c22d39b7b61
5
refs/heads/try: d324a424d8f84b1eb049b12cf34182bda91b0024
trunk/doc/tutorial.md
@@ -2419,7 +2419,7 @@ these two files:
2419
pub fn explore() -> &str { "world" }
2420
~~~~
2421
2422
-~~~~
+~~~~ {.xfail-test}
2423
// main.rs
2424
extern mod world;
2425
fn main() { io::println(~"hello " + world::explore()); }
0 commit comments