This eliminates the last vestige of the `~` syntax. Instead of `~self`, write `self: Box<TypeOfSelf>`; instead of `mut ~self`, write `mut self: Box<TypeOfSelf>`, replacing `TypeOfSelf` with the self-type parameter as specified in the implementation. Closes #13885. [breaking-change] |
||
|---|---|---|
| .. | ||
| basic.rs | ||
| context.rs | ||
| coroutine.rs | ||
| lib.rs | ||
| macros.rs | ||
| message_queue.rs | ||
| sched.rs | ||
| simple.rs | ||
| sleeper_list.rs | ||
| stack.rs | ||
| task.rs | ||