We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af36091 commit e019ae7Copy full SHA for e019ae7
hir-macros/src/operation.rs
@@ -56,7 +56,7 @@ pub struct OpDefinition {
56
/// Indicates whether the current operation could belong to a [`SymbolTable`].
57
///
58
/// If true, this operation's builder will have an additional parameter of type
59
- ///`parent_symbol_table: Option<&mut SymbolTableRef>`. `None` is currently only used in testing.
+ ///`parent_symbol_table: &mut SymbolTableRef`.
60
belongs_in_symbol_table: bool,
61
/// The symbolic references held by this op
62
symbols: Vec<Symbol>,
0 commit comments