]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/associated-types/associated-types-projection-to-unrelated-trait-in-method-without-default.rs
Rollup merge of #76468 - SNCPlay42:lifetime-names, r=Mark-Simulacrum
[rust.git] / src / test / ui / associated-types / associated-types-projection-to-unrelated-trait-in-method-without-default.rs
index fc38b26f50b624155ef1f5e2e4f7003dcdc6a7bf..549fc8fc618e03d7b2155a2c294ac01f9ddd935b 100644 (file)
@@ -1,3 +1,4 @@
+// run-rustfix
 // Check that we get an error when you use `<Self as Get>::Value` in
 // the trait definition even if there is no default method.