s/MatchCx/TypeCx/
This commit is contained in:
parent
4bcf66f875
commit
3016c29628
6 changed files with 48 additions and 48 deletions
|
@ -15,7 +15,7 @@ use crate::rustc::{
|
|||
Constructor, DeconstructedPat, MatchArm, MatchCtxt, PlaceCtxt, RustcMatchCheckCtxt,
|
||||
SplitConstructorSet, WitnessPat,
|
||||
};
|
||||
use crate::MatchCx;
|
||||
use crate::TypeCx;
|
||||
|
||||
/// A column of patterns in the matrix, where a column is the intuitive notion of "subpatterns that
|
||||
/// inspect the same subvalue/place".
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue