We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3e4d2ad + 44cc310 commit e5e7d16Copy full SHA for e5e7d16
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