Update high-level-overview.md

Remove an obsolete clarification about libsyntax and co.
This commit is contained in:
Alex Aktsipetrov 2020-03-25 20:14:48 +01:00 committed by Who? Me?!
parent a624e9dfb7
commit 4e4af8f2e0

View file

@ -60,8 +60,7 @@ crates export are "query definitions", but those are covered later
on).
Below `rustc` lie various crates that make up the parser and error
reporting mechanism. For historical reasons, these crates do not have
the `rustc_` prefix, but they are really just as much an internal part
reporting mechanism. They are also an internal part
of the compiler and not intended to be stable (though they do wind up
getting used by some crates in the wild; a practice we hope to
gradually phase out).