rust/compiler/rustc_mir
Yuki Okushi 6a436aaabf
Rollup merge of #83787 - digama0:patch-1, r=bjorn3
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::<()>() }
```
See also the [zulip thread](https://rust-lang.zulipchat.com/#narrow/stream/131828-t-compiler/topic/Why.20are.20non.20public.20items.20monomorphization.20roots.3F).
2021-04-04 00:19:38 +09:00
..
src Rollup merge of #83787 - digama0:patch-1, r=bjorn3 2021-04-04 00:19:38 +09:00
Cargo.toml bumped smallvec deps 2021-02-14 18:03:11 +03:00