diff options
| author | León Orell Valerian Liehr <me@fmease.dev> | 2023-06-09 15:30:08 +0200 | 
|---|---|---|
| committer | León Orell Valerian Liehr <me@fmease.dev> | 2023-10-30 16:44:52 +0100 | 
| commit | 58a80c85b9323e59e1b7e744d6782997a3dcb5ce (patch) | |
| tree | cd8eef91c8cda7475b0fb55085b15c905794b17d /tests/rustdoc/where-clause-order.rs | |
| parent | 7cc36de72d9a5fd6881946c673ff47586214ad1e (diff) | |
| download | rust-58a80c85b9323e59e1b7e744d6782997a3dcb5ce.tar.gz rust-58a80c85b9323e59e1b7e744d6782997a3dcb5ce.zip  | |
rustdoc: elide cross-crate default generic arguments
Diffstat (limited to 'tests/rustdoc/where-clause-order.rs')
| -rw-r--r-- | tests/rustdoc/where-clause-order.rs | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rustdoc/where-clause-order.rs b/tests/rustdoc/where-clause-order.rs index 7261dfa7dd9..e3184b646bf 100644 --- a/tests/rustdoc/where-clause-order.rs +++ b/tests/rustdoc/where-clause-order.rs @@ -7,7 +7,7 @@ where } // @has 'foo/trait.SomeTrait.html' -// @has - "//*[@id='impl-SomeTrait-for-(A,+B,+C,+D,+E)']/h3" "impl<A, B, C, D, E> SomeTrait<(A, B, C, D, E)> for (A, B, C, D, E)where A: PartialOrd<A> + PartialEq<A>, B: PartialOrd<B> + PartialEq<B>, C: PartialOrd<C> + PartialEq<C>, D: PartialOrd<D> + PartialEq<D>, E: PartialOrd<E> + PartialEq<E> + ?Sized, " +// @has - "//*[@id='impl-SomeTrait-for-(A,+B,+C,+D,+E)']/h3" "impl<A, B, C, D, E> SomeTrait for (A, B, C, D, E)where A: PartialOrd<A> + PartialEq<A>, B: PartialOrd<B> + PartialEq<B>, C: PartialOrd<C> + PartialEq<C>, D: PartialOrd<D> + PartialEq<D>, E: PartialOrd<E> + PartialEq<E> + ?Sized, " impl<A, B, C, D, E> SomeTrait<(A, B, C, D, E)> for (A, B, C, D, E) where A: PartialOrd<A> + PartialEq<A>,  | 
