2022-11-28 19:29:23 +00:00
|
|
|
// aux-build: color.rs
|
|
|
|
|
|
|
|
//! The purpose of this test it to have a link to [a foreign variant](Red).
|
|
|
|
|
|
|
|
extern crate color;
|
|
|
|
use color::Color::Red;
|
|
|
|
|
2023-05-22 18:17:52 +01:00
|
|
|
// @set red = "$.index[*][?(@.inner.module.is_crate)].links.Red"
|
2022-11-28 19:29:23 +00:00
|
|
|
|
|
|
|
// @!has "$.index[*][?(@.name == 'Red')]"
|
|
|
|
// @!has "$.index[*][?(@.name == 'Color')]"
|