]> git.lizzy.rs Git - rust.git/blobdiff - src/test/run-pass/object-method-numbering.rs
Rollup merge of #45171 - rust-lang:petrochenkov-patch-2, r=steveklabnik
[rust.git] / src / test / run-pass / object-method-numbering.rs
index 9c7a925b5bbc2a932190c9567bc695fbb6ab19e0..82d34fa9ae48bd85db11e6bc59bc523d0d1950d1 100644 (file)
@@ -11,6 +11,7 @@
 // Test for using an object with an associated type binding as the
 // instantiation for a generic type with a bound.
 
+
 trait SomeTrait {
     type SomeType;