rust/tests/ui-internal/auxiliary/paths.rs
2022-10-06 09:44:38 +02:00

2 lines
120 B
Rust

pub static OPTION: [&str; 3] = ["core", "option", "Option"];
pub const RESULT: &[&str] = &["core", "result", "Result"];