Add regression test for #115480
This commit is contained in:
parent
a314707867
commit
efac0b9c02
3 changed files with 32 additions and 0 deletions
8
tests/rustdoc-js/search-non-local-trait-impl.rs
Normal file
8
tests/rustdoc-js/search-non-local-trait-impl.rs
Normal file
|
@ -0,0 +1,8 @@
|
|||
// aux-crate:priv:equivalent=equivalent.rs
|
||||
// compile-flags: -Zunstable-options --extern equivalent
|
||||
// edition:2018
|
||||
|
||||
extern crate equivalent;
|
||||
|
||||
#[derive(Clone, PartialEq, Eq, Debug)]
|
||||
pub struct LayoutError;
|
Loading…
Add table
Add a link
Reference in a new issue