]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/associated-types/associated-types-stream.rs
Rollup merge of #76468 - SNCPlay42:lifetime-names, r=Mark-Simulacrum
[rust.git] / src / test / ui / associated-types / associated-types-stream.rs
index 96954528aaaba7872b11be8b0ae43c764282054a..220ee6af2fc9fed8a71e2347125492d384c9000a 100644 (file)
@@ -1,6 +1,7 @@
 // run-pass
 // Test references to the trait `Stream` in the bounds for associated
 // types defined on `Stream`. Issue #20551.
+// ignore-compare-mode-chalk
 
 
 trait Stream {