2024-02-22 12:10:29 +00:00
|
|
|
//@ aux-build: color.rs
|
2022-11-28 19:29:23 +00:00
|
|
|
|
|
|
|
|
extern crate color;
|
|
|
|
|
|
2025-03-21 00:16:41 +00:00
|
|
|
//@ has "$.index[?(@.inner.use.name == 'Red')]"
|
2022-11-28 19:29:23 +00:00
|
|
|
pub use color::Color::Red;
|
|
|
|
|
|
2025-03-20 23:01:32 +00:00
|
|
|
//@ !has "$.index[?(@.name == 'Red')]"
|
|
|
|
|
//@ !has "$.index[?(@.name == 'Color')]"
|