We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d300ac commit f1114baCopy full SHA for f1114ba
compiler/stable_mir/README.md
@@ -5,8 +5,8 @@ Until then, users will use this as any other rustc crate, via extern crate.
5
6
## Stable MIR Design
7
8
-The stable-mir will follow a similar approach to proc-macro2. It’s
9
-implementation is done using two main crates:
+The stable-mir will follow a similar approach to proc-macro2. Its
+implementation is split between two main crates:
10
11
- `stable_mir`: Public crate, to be published on crates.io, which will contain
12
the stable data structure as well as calls to `rustc_smir` APIs and
0 commit comments