mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-01 10:52:18 +00:00
Add doc comment to SolveConfig.host_exposed_symbols
This commit is contained in:
parent
6ffc8a507b
commit
2e7e67019f
1 changed files with 1 additions and 1 deletions
|
@ -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)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue