forked from Orchid/orchid
Correctly halts
This commit is contained in:
@@ -68,10 +68,7 @@ pub enum ParsedMemberKind {
|
||||
/// the macro engine could run here.
|
||||
#[derive(Clone, Debug, Coding, Hierarchy)]
|
||||
#[extends(HostExtReq)]
|
||||
pub struct FetchParsedConst {
|
||||
pub sys: SysId,
|
||||
pub id: ParsedConstId,
|
||||
}
|
||||
pub struct FetchParsedConst(pub SysId, pub ParsedConstId);
|
||||
impl Request for FetchParsedConst {
|
||||
type Response = Expression;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user