Sign in
fuchsia
/
third_party
/
rust
/
5670d048c0f88af9976b5505c7853b23dd06770d
/
.
/
src
/
test
/
rustdoc
/
issue-48414.rs
blob: b35743d887bf307fc0433037f07a5c7b538a123f [
file
] [
log
] [
blame
]
// aux-build:issue-48414.rs
// ICE when resolving paths for a trait that linked to another trait, when both were in an external
// crate
#![
crate_name
=
"base"
]
extern
crate issue_48414
;
#[
doc
(
inline
)]
pub
use
issue_48414
::{
SomeTrait
,
OtherTrait
};