diff options
| author | Takayuki Maeda <41065217+TaKO8Ki@users.noreply.github.com> | 2021-09-23 20:27:20 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-23 20:27:20 +0900 |
| commit | d997a62a3f4bf49015a1c38efeb86baf758382f8 (patch) | |
| tree | 936293ac912f46aa0b0a478685966a30fd97bd4b /compiler/rustc_infer | |
| parent | b69bc8447adc21226b044bbd01a67b0295278d4f (diff) | |
| download | rust-d997a62a3f4bf49015a1c38efeb86baf758382f8.tar.gz rust-d997a62a3f4bf49015a1c38efeb86baf758382f8.zip | |
Update compiler/rustc_infer/src/infer/error_reporting/mod.rs
Co-authored-by: mbartlett21 <29034492+mbartlett21@users.noreply.github.com>
Diffstat (limited to 'compiler/rustc_infer')
| -rw-r--r-- | compiler/rustc_infer/src/infer/error_reporting/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_infer/src/infer/error_reporting/mod.rs b/compiler/rustc_infer/src/infer/error_reporting/mod.rs index 5f5e1fcc4c9..d9b7022f03a 100644 --- a/compiler/rustc_infer/src/infer/error_reporting/mod.rs +++ b/compiler/rustc_infer/src/infer/error_reporting/mod.rs @@ -7,7 +7,7 @@ //! inference graph arose so that we can explain to the user what gave //! rise to a particular error. //! -//! The bases 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 //! reason that a constraint or inference variable arose. There are //! different "origin" enums for different kinds of constraints/variables //! (e.g., `TypeOrigin`, `RegionVariableOrigin`). An origin always has |
