mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-01 04:27:38 +00:00
10 lines
221 B
Rust
10 lines
221 B
Rust
![]() |
// 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')]"
|