Home
last modified time | relevance | path

Searched defs:parse_strip (Results 1 – 1 of 1) sorted by relevance

/third_party/rust/rust/compiler/rustc_session/src/
Doptions.rs380 pub const parse_strip: &str = "either `none`, `debuginfo`, or `symbols`"; constant
727 pub(crate) fn parse_strip(slot: &mut Strip, v: Option<&str>) -> bool { in parse_strip() function