diff options
| author | Michael Howell <michael@notriddle.com> | 2022-09-20 10:13:01 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-20 10:13:01 -0700 |
| commit | b149c481868a3efe10db36679a177cd2ede9d08a (patch) | |
| tree | d0cac3f6a8cdefb992b5c116c713978b4910f3ed /compiler/rustc_mir_build/src/thir | |
| parent | 08b369a501d5981ecbb57d5f5f1f3bb4d34f081b (diff) | |
| parent | c54c5a3c77796e5194dd0369e9ffdbf41bf3c5d8 (diff) | |
| download | rust-b149c481868a3efe10db36679a177cd2ede9d08a.tar.gz rust-b149c481868a3efe10db36679a177cd2ede9d08a.zip | |
Rollup merge of #102021 - lcnr:tyConst-fun, r=b-naber,BoxyUwU
some post-valtree cleanup r? project-const-generics cc ```@b-naber```
Diffstat (limited to 'compiler/rustc_mir_build/src/thir')
| -rw-r--r-- | compiler/rustc_mir_build/src/thir/pattern/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_mir_build/src/thir/pattern/mod.rs b/compiler/rustc_mir_build/src/thir/pattern/mod.rs index 6bb33b5890b..11645f840c1 100644 --- a/compiler/rustc_mir_build/src/thir/pattern/mod.rs +++ b/compiler/rustc_mir_build/src/thir/pattern/mod.rs @@ -680,7 +680,7 @@ macro_rules! ClonePatternFoldableImpls { } ClonePatternFoldableImpls! { <'tcx> - Span, Field, Mutability, Symbol, LocalVarId, usize, ty::Const<'tcx>, + Span, Field, Mutability, Symbol, LocalVarId, usize, Region<'tcx>, Ty<'tcx>, BindingMode, AdtDef<'tcx>, SubstsRef<'tcx>, &'tcx GenericArg<'tcx>, UserType<'tcx>, UserTypeProjection, CanonicalUserTypeAnnotation<'tcx> |
