We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 84e7558 + d997a62 commit e6fe778Copy full SHA for e6fe778
compiler/rustc_infer/src/infer/error_reporting/mod.rs
@@ -7,7 +7,7 @@
7
//! inference graph arose so that we can explain to the user what gave
8
//! rise to a particular error.
9
//!
10
-//! The basis of the system are the "origin" types. An "origin" is the
+//! The system is based around a set of "origin" types. An "origin" is the
11
//! reason that a constraint or inference variable arose. There are
12
//! different "origin" enums for different kinds of constraints/variables
13
//! (e.g., `TypeOrigin`, `RegionVariableOrigin`). An origin always has
0 commit comments