Add doc comment to SolveConfig.host_exposed_symbols

This commit is contained in:
Agus Zubiaga 2024-11-27 14:15:08 -03:00
parent 6ffc8a507b
commit 2e7e67019f
No known key found for this signature in database

View file

@ -76,7 +76,7 @@ pub struct SolveConfig<'a> {
/// Needed during solving to resolve lambda sets from derived implementations that escape into
/// the user module.
pub derived_module: SharedDerivedModule,
///
/// Symbols that are exposed to the host which might need special treatment.
pub host_exposed_symbols: Option<&'a VecSet<Symbol>>,
#[cfg(debug_assertions)]