We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c40cfcf commit 44cc310Copy full SHA for 44cc310
compiler/rustc_smir/src/stable_mir/mod.rs
@@ -1,6 +1,6 @@
1
//! Module that implements the public interface to the Stable MIR.
2
//!
3
-//! 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
4
//! interact with the compiler.
5
6
//! The goal is to eventually move this module to its own crate which shall be published on
0 commit comments