]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/associated-types/hr-associated-type-bound-param-2.rs
Rollup merge of #103718 - matklad:infer-lazy, r=dtolnay
[rust.git] / src / test / ui / associated-types / hr-associated-type-bound-param-2.rs
index 5193400882d1255f83eea4be2e4ca33229c4456e..f74c5a8590d1d5989766217919f176d4e05b5e9d 100644 (file)
@@ -1,4 +1,3 @@
-// ignore-compare-mode-chalk
 trait Z<'a, T: ?Sized>
 where
     T: Z<'a, u16>,