Files
rust/src/doc
bors 37551e9396 Auto merge of #56770 - satyarohith:patch-1, r=Centril
docs(rustc): make hello() public

Running the example code [here](https://doc.rust-lang.org/rustc/what-is-rustc.html#basic-usage) throws error:
```
error[E0603]: function `hello` is private
 --> src/main.rs:4:10
  |
4 |     foo::hello();
  |          ^^^^^
```
Making  `hello()` public fixes the problem.
2018-12-24 16:16:07 +00:00
..
2018-12-04 17:06:16 -05:00
2018-07-30 07:47:12 +02:00
2018-11-30 09:29:36 -05:00
2018-11-20 21:22:31 -05:00
2018-11-20 21:22:31 -05:00
2015-04-18 17:55:31 -04:00
2018-10-05 08:52:44 -07:00
2017-02-21 14:03:13 -05:00
2018-01-09 22:26:26 +01:00
2015-01-21 14:59:25 -05:00
2018-05-17 12:25:24 -07:00