File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 3c4ff1b872e1d1fd4e905f9a9ac3aeec5397608d
2
+ refs/heads/master: 6d6e2880d2f1b3e00d28957a5e6f540fcfda2556
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: 6e7f170fedd3c526a643c0b2d13863acd982be02
5
5
refs/heads/try: a97642026c18a624ff6ea01075dd9550f8ed07ff
Original file line number Diff line number Diff line change @@ -3143,12 +3143,13 @@ Now for something that you can actually compile yourself.
3143
3143
3144
3144
We define two crates, and use one of them as a library in the other.
3145
3145
3146
- ~~~~ {.ignore}
3146
+ ~~~~
3147
3147
// `world.rs`
3148
3148
#[crate_id = "world#0.42"];
3149
- # extern crate extra;
3149
+
3150
+ # mod secret_module_to_make_this_test_run {
3150
3151
pub fn explore() -> &'static str { "world" }
3151
- # fn main() { }
3152
+ # }
3152
3153
~~~~
3153
3154
3154
3155
~~~~ {.ignore}
You can’t perform that action at this time.
0 commit comments