We're sorry but this page doesn't work properly without JavaScript enabled. Please enable it to continue.
Feedback

Friendly Ferris: Developing Kind Compiler Errors

Formale Metadaten

Titel
Friendly Ferris: Developing Kind Compiler Errors
Serientitel
Anzahl der Teile
8
Autor
Lizenz
CC-Namensnennung 3.0 Unported:
Sie dürfen das Werk bzw. den Inhalt zu jedem legalen Zweck nutzen, verändern und in unveränderter oder veränderter Form vervielfältigen, verbreiten und öffentlich zugänglich machen, sofern Sie den Namen des Autors/Rechteinhabers in der von ihm festgelegten Weise nennen.
Identifikatoren
Herausgeber
Erscheinungsjahr2019
SpracheMehrere Sprachen

Inhaltliche Metadaten

Fachgebiet
Genre
Abstract
The Rust Compiler is quickly becoming well known for its helpful messages, going out of its way to provide relevant suggestions to common problems. As the Rust language reaches more people, the compiler is having to cater to both newcomers and highly experienced developers who may write incredibly complex code. In turn, this means that diagnostics need to be comprehensive enough for newcomers without being distracting to those already familiar with the language. Making rustc act as a personalized tutor is useful for newcomers and has contributed to the language's growing popularity. However, it requires a lot of upfront work and foresight from the developers of the compiler. During this talk we will cover the current guiding principles of rustc development, how you can contribute to the compiler, and where to find documentation and help.