]> git.lizzy.rs Git - rust.git/blobdiff - src/test/incremental/issue-49043.rs
Auto merge of #96709 - jackh726:gats-stabilization, r=compiler-errors
[rust.git] / src / test / incremental / issue-49043.rs
index 50d8fb86930776580195074f87c6dfc8556d36ee..8d13718b8d847a767c3c6f8a52d2b7f2dfd2c92f 100644 (file)
@@ -1,5 +1,5 @@
 // Regression test for hashing involving canonical variables.  In this
-// test -- which has an intensional error -- the type of the value
+// test -- which has an intentional error -- the type of the value
 // being dropped winds up including a type variable. Canonicalization
 // would then produce a `?0` which -- in turn -- triggered an ICE in
 // hashing.