]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/const-generics/occurs-check/unused-substs-2.rs
New upstream version 1.66.0+dfsg1
[rustc.git] / src / test / ui / const-generics / occurs-check / unused-substs-2.rs
index 9a73f1a53e52f10939f699b022be5b0f62f334e1..9b1212694f5ba886a0534ebb5f3c931ee65e0363 100644 (file)
@@ -1,7 +1,7 @@
 #![feature(generic_const_exprs)]
 #![allow(incomplete_features)]
 
-// The goal is is to get an unevaluated const `ct` with a `Ty::Infer(TyVar(_#1t)` subst.
+// The goal is to get an unevaluated const `ct` with a `Ty::Infer(TyVar(_#1t)` subst.
 //
 // If we are then able to infer `ty::Infer(TyVar(_#1t) := Ty<ct>` we introduced an
 // artificial inference cycle.