Mario Carneiro
3166e0857d
Monomorphization doc fix
...
Only public items are monomorphization roots. This can be confirmed by noting that this program compiles:
```rust
fn foo<T>() { if true { foo::<Option<T>>() } }
fn bar() { foo::<()>() }
```
2021-04-02 09:33:34 -07:00
..
2021-03-26 09:32:31 -07:00
2021-03-27 22:16:33 -04:00
2021-03-27 22:16:33 -04:00
2021-03-30 20:31:06 +02:00
2021-04-02 07:04:58 +00:00
2021-03-27 22:16:33 -04:00
2021-03-26 09:32:31 -07:00
2021-03-29 10:45:09 +02:00
2021-03-31 03:20:33 +00:00
2021-03-28 23:44:40 +03:00
2021-03-29 13:50:40 -04:00
2021-03-27 22:16:34 -04:00
2021-03-30 17:07:19 +00:00
2021-03-27 22:16:33 -04:00
2021-04-02 07:04:58 +00:00
2021-03-27 22:16:33 -04:00
2021-03-31 10:16:37 -04:00
2021-03-30 20:31:06 +02:00
2021-03-30 18:10:08 +02:00
2021-03-26 09:32:31 -07:00
2021-04-02 10:28:12 +00:00
2021-03-30 18:09:59 +02:00
2021-03-31 10:13:57 -04:00
2021-03-27 22:19:17 +00:00
2021-03-25 13:11:18 +00:00
2021-03-26 09:32:31 -07:00
2021-03-30 20:31:06 +02:00
2021-04-02 10:28:12 +00:00
2021-04-02 09:33:34 -07:00
2021-04-02 10:28:12 +00:00
2021-03-26 23:32:18 -04:00
2021-03-28 01:33:13 +09:00
2021-04-02 07:04:58 +00:00
2021-04-02 10:28:12 +00:00
2021-03-31 17:12:06 +02:00
2021-03-31 10:16:37 -04:00
2021-03-30 20:31:06 +02:00
2021-03-26 01:28:59 +00:00
2021-04-01 01:59:50 +09:00
2021-04-02 07:04:58 +00:00
2021-03-31 10:16:37 -04:00
2021-03-28 23:44:40 +03:00
2021-04-02 10:28:12 +00:00
2021-04-02 10:28:12 +00:00
2021-03-31 10:15:27 -04:00
2021-03-31 10:16:37 -04:00