rustdoc-search: stress test for associated types
This commit is contained in:
parent
bcc3f193b8
commit
fa5b9f0923
3 changed files with 259 additions and 0 deletions
5
tests/rustdoc-js/looks-like-rustc-interner.rs
Normal file
5
tests/rustdoc-js/looks-like-rustc-interner.rs
Normal file
|
@ -0,0 +1,5 @@
|
|||
//@ aux-crate:interner=interner.rs
|
||||
// https://github.com/rust-lang/rust/pull/122247
|
||||
extern crate interner;
|
||||
#[doc(inline)]
|
||||
pub use interner::*;
|
Loading…
Add table
Add a link
Reference in a new issue