]> git.lizzy.rs Git - rust.git/blobdiff - src/test/rustdoc/synthetic_auto/complex.rs
Sort synthetic impls bounds before rendering
[rust.git] / src / test / rustdoc / synthetic_auto / complex.rs
index 81259a50108bdb6ee9929c8993f7b182c62c5a5a..531798c30c656852ec5f8397c32210dcf6b103c0 100644 (file)
@@ -31,8 +31,8 @@ pub struct Foo<T> {
 
 // @has complex/struct.NotOuter.html
 // @has - '//*[@id="synthetic-implementations-list"]/*[@class="impl"]/*/code' "impl<'a, T, K: \
-// ?Sized> Send for NotOuter<'a, T, K> where 'a: 'static, K: for<'b> Fn((&'b bool, &'a u8)) \
-// -> &'b i8, <T as MyTrait<'a>>::MyItem: Copy, T: MyTrait<'a>"
+// ?Sized> Send for NotOuter<'a, T, K> where K: for<'b> Fn((&'b bool, &'a u8)) \
+// -> &'b i8, T: MyTrait<'a>, <T as MyTrait<'a>>::MyItem: Copy, 'a: 'static"
 
 pub use foo::{Foo, Inner as NotInner, MyTrait as NotMyTrait, Outer as NotOuter};