DEBSOURCES
Skip Quicknav
sources / rustc / 1.85.0%2Bdfsg3-1 / tests / ui / issues / issue-10683.rs
12345678910
//@ run-pass static NAME: &'static str = "hello world"; fn main() { match &*NAME.to_ascii_lowercase() { "foo" => {} _ => {} } }