auto merge of #15415 : dgoon/rust/master, r=alexcrichton
This commit is contained in:
commit
459f155f81
1 changed files with 1 additions and 1 deletions
|
|
@ -3038,7 +3038,7 @@ fn main() {
|
|||
~~~{.ignore}
|
||||
// `b/mod.rs`
|
||||
pub mod c;
|
||||
pub fn foo() { println!("Foo!"; }
|
||||
pub fn foo() { println!("Foo!"); }
|
||||
~~~
|
||||
|
||||
~~~{.ignore}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue