]> git.proxmox.com Git - rustc.git/blobdiff - tests/ui/generic-associated-types/issue-88595.rs
Merge 1.70 into proxmox/bookworm
[rustc.git] / tests / ui / generic-associated-types / issue-88595.rs
index 24641ee1f78125a75c051dcd96ee63917fcd4779..5a40a61297233d5b8e91fb8843c73756cedcc5a2 100644 (file)
@@ -1,7 +1,8 @@
-#![feature(type_alias_impl_trait)]
+#![feature(impl_trait_in_assoc_type)]
 
 fn main() {}
 
+#[rustfmt::skip]
 trait A<'a> {
     type B<'b>: Clone
     // FIXME(generic_associated_types): Remove one of the below bounds