]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/type-alias-impl-trait/fallback.rs
Auto merge of #95454 - randomicon00:fix95444, r=wesleywiser
[rust.git] / src / test / ui / type-alias-impl-trait / fallback.rs
index fe1ca2230dacade16cd3108df900f4f594ce49cb..d7e93335f47faaa2b4f4f08f7e676e44cda0ba8d 100644 (file)
@@ -1,5 +1,5 @@
-// Tests that we correctly handle the instantiated
-// inference variable being completely unconstrained.
+// Tests that we correctly handle opaque types being used opaquely,
+// even within their defining scope.
 //
 // check-pass
 #![feature(type_alias_impl_trait)]