summary refs log tree commit diff
path: root/tests/rustdoc/inline_cross/issue-32881.rs
blob: 93e868b466a0d36518bcf19ceced786df8198e66 (plain)
1
2
3
4
5
6
7
8
9
10
11
//@ aux-build:rustdoc-trait-object-impl.rs
//@ build-aux-docs
//@ ignore-cross-compile

extern crate rustdoc_trait_object_impl;

// @has issue_32881/trait.Bar.html
// @has - '//h3[@class="code-header"]' "impl<'a> dyn Bar"
// @has - '//h3[@class="code-header"]' "impl<'a> Debug for dyn Bar"

pub use rustdoc_trait_object_impl::Bar;