Skip to main content

install_declared_host_operations

Function install_declared_host_operations 

Source
pub fn install_declared_host_operations<I, C, M>(operations: I)
where I: IntoIterator<Item = (C, M)>, C: Into<String>, M: Into<String>,
Expand description

Install the resolved host-capability declaration for this process.

Entries accumulate rather than replace: one invocation may check files that resolve different manifests, and dropping the earlier set would make the diagnostic depend on file ordering.