]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/typeck/typeck-default-trait-impl-cross-crate-coherence.rs
Rollup merge of #100984 - ChrisDenton:reinstate-init, r=Mark-Simulacrum
[rust.git] / src / test / ui / typeck / typeck-default-trait-impl-cross-crate-coherence.rs
index 772ac322032ec49743dcd6af0ee9750383edc854..cc75cd4909a234d734a36f7cbbeb0647228fdfc8 100644 (file)
@@ -1,4 +1,5 @@
 // aux-build:tdticc_coherence_lib.rs
+#![allow(suspicious_auto_trait_impls)]
 
 // Test that we do not consider associated types to be sendable without
 // some applicable trait bound (and we don't ICE).