mirror of
https://git.proxmox.com/git/rustc
synced 2025-06-26 21:29:32 +00:00
11 lines
246 B
Rust
11 lines
246 B
Rust
// aux-build:issue-33113.rs
|
|
// build-aux-docs
|
|
// ignore-cross-compile
|
|
|
|
extern crate bar;
|
|
|
|
// @has issue_33113/trait.Bar.html
|
|
// @has - '//h3[@class="code-header"]' "for &'a char"
|
|
// @has - '//h3[@class="code-header"]' "for Foo"
|
|
pub use bar::Bar;
|