Implements RFC 438. Fixes #19092. This is a [breaking-change]: change types like `&Foo+Send` or `&'a mut Foo+'a` to `&(Foo+Send)` and `&'a mut (Foo+'a)`, respectively. r? @brson |
||
|---|---|---|
| .. | ||
| float.rs | ||
| mod.rs | ||
| num.rs | ||
| rt.rs | ||
Implements RFC 438. Fixes #19092. This is a [breaking-change]: change types like `&Foo+Send` or `&'a mut Foo+'a` to `&(Foo+Send)` and `&'a mut (Foo+'a)`, respectively. r? @brson |
||
|---|---|---|
| .. | ||
| float.rs | ||
| mod.rs | ||
| num.rs | ||
| rt.rs | ||