Skip to content

Commit d997a62

Browse files
TaKO8Kimbartlett21
andauthored
Update compiler/rustc_infer/src/infer/error_reporting/mod.rs
Co-authored-by: mbartlett21 <[email protected]>
1 parent b69bc84 commit d997a62

File tree

1 file changed

+1
-1
lines changed
  • compiler/rustc_infer/src/infer/error_reporting

1 file changed

+1
-1
lines changed

compiler/rustc_infer/src/infer/error_reporting/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
//! inference graph arose so that we can explain to the user what gave
88
//! rise to a particular error.
99
//!
10-
//! The bases of the system are the "origin" types. An "origin" is the
10+
//! The system is based around a set of "origin" types. An "origin" is the
1111
//! reason that a constraint or inference variable arose. There are
1212
//! different "origin" enums for different kinds of constraints/variables
1313
//! (e.g., `TypeOrigin`, `RegionVariableOrigin`). An origin always has

0 commit comments

Comments
 (0)