Skip to content

Commit

Permalink
overview(R4): describe rustc driver/interface
Browse files Browse the repository at this point in the history
  • Loading branch information
jieyouxu committed Apr 8, 2024
1 parent b074ec3 commit 444fb28
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/overview/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,11 @@ We will explain each area in more detail in the next section.

### The Compiler Driver and the Interface

> **TODO** write about this
The compiler driver (`rustc_driver`) is responsible for exercising the unstable
interface exposed by the compiler interface `rustc_interface` to orchestrate the
compilation phases and queries in the correct order. Splitting the driver and
the interface allows third parties to use rustc's internals as a library (such
as `rustdoc`) through the interface.

### Non-Querified Areas

Expand Down

0 comments on commit 444fb28

Please sign in to comment.