From e7ce9f09ea8adb98a2b6d7d083eda73e7a9109a3 Mon Sep 17 00:00:00 2001 From: "github-merge-queue[bot]" Date: Fri, 19 Jul 2024 19:30:48 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20p4lang/p?= =?UTF-8?q?4c@dbb133f4b6bde5f15ff8506917b5cf47ef3a3b16=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- type_constraints_8h_source.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/type_constraints_8h_source.html b/type_constraints_8h_source.html index dd2b03affc..f820f832ed 100644 --- a/type_constraints_8h_source.html +++ b/type_constraints_8h_source.html @@ -153,7 +153,7 @@
28
30class Explain : public Inspector {
-
31 absl::flat_hash_set<const IR::ITypeVar *, Util::Hash> explained;
+
31 absl::flat_hash_set<const IR::Type_Var *, Util::Hash> explained;
32 const TypeVariableSubstitution *subst;
33
34 public: