diff options
| author | bors <bors@rust-lang.org> | 2022-05-06 20:14:01 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2022-05-06 20:14:01 +0000 |
| commit | 77652b9ef3fc98e2df0e260efedb80aa68c08c06 (patch) | |
| tree | 4432c37cab5ef0de178ce0e3411f4baffda60d0f /src/test/rustdoc | |
| parent | d60b4f52c92facae291151dd5a23399f8044d01e (diff) | |
| parent | a0e2c7e8bbd7773e2c709ac812c75d0902d6cf6a (diff) | |
| download | rust-77652b9ef3fc98e2df0e260efedb80aa68c08c06.tar.gz rust-77652b9ef3fc98e2df0e260efedb80aa68c08c06.zip | |
Auto merge of #96785 - GuillaumeGomez:rollup-rgiwa57, r=GuillaumeGomez
Rollup of 10 pull requests Successful merges: - #96557 (Allow inline consts to reference generic params) - #96590 (rustdoc: when running a function-signature search, tweak the tab bar) - #96650 (Collect function instance used in `global_asm!` sym operand) - #96733 (turn `append_place_to_string` from recursion into iteration) - #96748 (Fixes reexports in search) - #96752 (Put the incompatible_closure_captures lint messages in alphabetical order) - #96754 (rustdoc: ensure HTML/JS side implementors don't have dups) - #96772 (Suggest fully qualified path with appropriate params) - #96776 (Fix two minor issues in hir.rs) - #96782 (a small `mirror_expr` cleanup) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
Diffstat (limited to 'src/test/rustdoc')
| -rw-r--r-- | src/test/rustdoc/hidden-impls.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/rustdoc/hidden-impls.rs b/src/test/rustdoc/hidden-impls.rs index 935bfb26863..8f33a6604c2 100644 --- a/src/test/rustdoc/hidden-impls.rs +++ b/src/test/rustdoc/hidden-impls.rs @@ -12,6 +12,6 @@ pub mod __hidden { // @has foo/trait.Clone.html // @!has - 'Foo' -// @has implementors/foo/trait.Clone.js +// @has implementors/core/clone/trait.Clone.js // @!has - 'Foo' pub use std::clone::Clone; |
