Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
rustdoc
/
deduplicate-trait-impl-22025.rs
blob: 7b1648a56ac13507f3b8e4792d1f016e5f25487b [
file
] [
log
] [
blame
] [
edit
]
//@ aux-build:issue-22025.rs
//@ ignore-cross-compile
// https://github.com/rust-lang/rust/issues/22025
#![
crate_name
=
"issue_22025"
]
extern
crate issue_22025
;
pub
use
issue_22025
::
foo
::{
Foo
,
Bar
};