1
Fork 0

rustdoc-search: stress test for associated types

This commit is contained in:
Michael Howell 2024-03-11 09:17:23 -07:00
parent bcc3f193b8
commit fa5b9f0923
3 changed files with 259 additions and 0 deletions

View 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::*;