diff options
| author | Ralf Jung <post@ralfj.de> | 2023-08-21 09:55:27 +0200 |
|---|---|---|
| committer | Ralf Jung <post@ralfj.de> | 2023-08-21 13:55:17 +0200 |
| commit | 44cc3105b13f0e2dcc9aec8d019dc40011104bc5 (patch) | |
| tree | 8e2457a095b3280400911ae768bc5626a62b8ace | |
| parent | c40cfcf0494ff7506e753e750adb00eeea839f9c (diff) | |
| download | rust-44cc3105b13f0e2dcc9aec8d019dc40011104bc5.tar.gz rust-44cc3105b13f0e2dcc9aec8d019dc40011104bc5.zip | |
stable_mir: docs clarification
| -rw-r--r-- | compiler/rustc_smir/src/stable_mir/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_smir/src/stable_mir/mod.rs b/compiler/rustc_smir/src/stable_mir/mod.rs index 19061742b64..2ae334c6a95 100644 --- a/compiler/rustc_smir/src/stable_mir/mod.rs +++ b/compiler/rustc_smir/src/stable_mir/mod.rs @@ -1,6 +1,6 @@ //! Module that implements the public interface to the Stable MIR. //! -//! This module shall contain all type definitions and APIs that we expect 3P tools to invoke to +//! This module shall contain all type definitions and APIs that we expect third-party tools to invoke to //! interact with the compiler. //! //! The goal is to eventually move this module to its own crate which shall be published on |
