]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/generic-associated-types/missing-bounds.rs
Auto merge of #99612 - yanchen4791:issue-95079-fix, r=compiler-errors
[rust.git] / src / test / ui / generic-associated-types / missing-bounds.rs
index b3661ba3744eec99eb11d3495e79f9b6bd25325e..ffafff5e9f586d2543061aaaa616eec501040f8a 100644 (file)
@@ -1,3 +1,5 @@
+// run-rustfix
+
 use std::ops::Add;
 
 struct A<B>(B);