Sign in
android
/
toolchain
/
rustc
/
977026a81a6cc1c304420586c1bb6527b72b4303
/
.
/
src
/
test
/
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')]"