2021-11-04
- When: 2021-11-04 12:00 - 13:30 US Eastern time (see in your time zone)
- Zoom details: see the calendar invite
- What will we read: compiler/rustc_resolve/src
Additional Resources
Should you decide to dive deeper, the following may help you gain more context on how the resolver works and how it fits in the bigger picture.
- Rustc Dev Guide Name Resolution chapter
- The Reference chapters on Names and name resolution
- RFC 1560 on name resolution which includes some guiding principles.
- General introductions: Name Resolution, Scopes, Shadowing