2022-11-28 19:29:23 +00:00
|
|
|
//@ aux-build: color.rs
|
|
|
|
|
|
|
|
extern crate color;
|
|
|
|
|
2024-08-05 00:44:35 +01:00
|
|
|
//@ has "$.index[*].inner.use[?(@.name == 'Red')]"
|
2022-11-28 19:29:23 +00:00
|
|
|
pub use color::Color::Red;
|
|
|
|
|
2024-07-19 16:50:47 +02:00
|
|
|
//@ !has "$.index[*][?(@.name == 'Red')]"
|
|
|
|
//@ !has "$.index[*][?(@.name == 'Color')]"
|