-
Notifications
You must be signed in to change notification settings - Fork 558
Open
@nikomatsakis
Description
As @Zoxc's work to [parallelize rustc] starts to land, we need to start documenting it!
Some example topics:
- Copy some of the text from the internals thread as to the overall strategy
- What the heck is
Lrc
? When should I be using it? - What do I use when I want a ref cell?