Home
last modified time | relevance | path

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

/third_party/rust/rust/src/librustdoc/
Dcore.rs73 pub(crate) fn with_param_env<T, F: FnOnce(&mut Self) -> T>( in with_param_env() method
/third_party/rust/rust/compiler/rustc_lint/src/
Dlate.rs70 fn with_param_env<F>(&mut self, id: hir::OwnerId, f: F) in with_param_env() method