mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
Unfortunately, we can't embed cross-crate tests in the tutorial...
...as far as I know, anyway, so I xfailed this tutorial test.
This commit is contained in:
+1
-1
@@ -2419,7 +2419,7 @@ these two files:
|
||||
pub fn explore() -> &str { "world" }
|
||||
~~~~
|
||||
|
||||
~~~~
|
||||
~~~~ {.xfail-test}
|
||||
// main.rs
|
||||
extern mod world;
|
||||
fn main() { io::println(~"hello " + world::explore()); }
|
||||
|
||||
Reference in New Issue
Block a user