Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_session/src/
Doptions.rs409 pub const parse_wasi_exec_model: &str = "either `command` or `reactor`"; constant
1157 pub(crate) fn parse_wasi_exec_model(slot: &mut Option<WasiExecModel>, v: Option<&str>) -> bool { in parse_wasi_exec_model() function