Kernel only attribute annotation (#76) #127
|
@ -30,7 +30,6 @@ pub struct TopLevelComposer {
|
|||
pub method_class: HashMap<DefinitionId, DefinitionId>,
|
||||
// number of built-in function and classes in the definition list, later skip
|
||||
pub builtin_num: usize,
|
||||
// indicate the mode that we are using the core
|
||||
pub core_config: ComposerConfig,
|
||||
|
||||
}
|
||||
sb10q
commented
Replace with something like:
Replace with something like:
```
pub kernel_ann: Option<str>,
pub kernel_invariant_ann: str
```
sb10q
commented
And they could default to non-ARTIQ And they could default to non-ARTIQ ``None / "Invariant"``.
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Misleading comment. I suggest removing it, since it's fairly obvious what this does from the code already.