mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-01 14:10:03 +03:00
auto merge of #15415 : dgoon/rust/master, r=alexcrichton
This commit is contained in:
+1
-1
@@ -3038,7 +3038,7 @@ fn main() {
|
||||
~~~{.ignore}
|
||||
// `b/mod.rs`
|
||||
pub mod c;
|
||||
pub fn foo() { println!("Foo!"; }
|
||||
pub fn foo() { println!("Foo!"); }
|
||||
~~~
|
||||
|
||||
~~~{.ignore}
|
||||
|
||||
Reference in New Issue
Block a user