Sign in
android
/
toolchain
/
rustc
/
d720b3f2ba07cb42ff7b311589c99daefe3aaa22
/
.
/
tests
/
rustdoc-json
/
enums
/
use_variant_foreign.rs
blob: 11bb6ce1f3a0c7073b385b35e7ea3cc3352b7f28 [
file
] [
log
] [
blame
]
// aux-build: color.rs
extern
crate color
;
// @is "$.index[*][?(@.inner.name == 'Red')].kind" '"import"'
pub
use
color
::
Color
::
Red
;
// @!has "$.index[*][?(@.name == 'Red')]"
// @!has "$.index[*][?(@.name == 'Color')]"