2024-02-22 12:10:29 +00:00
|
|
|
//@ aux-build: color.rs
|
2022-11-28 19:29:23 +00:00
|
|
|
|
|
|
|
extern crate color;
|
|
|
|
|
2023-05-22 18:17:52 +01:00
|
|
|
// @has "$.index[*].inner.import[?(@.name == 'Red')]"
|
2022-11-28 19:29:23 +00:00
|
|
|
pub use color::Color::Red;
|
|
|
|
|
|
|
|
// @!has "$.index[*][?(@.name == 'Red')]"
|
|
|
|
// @!has "$.index[*][?(@.name == 'Color')]"
|