Skip to content

Commit

Permalink
Add todo!() for constructing the deleter
Browse files Browse the repository at this point in the history
  • Loading branch information
gussmith23 committed Dec 29, 2021
1 parent 6702628 commit 7880364
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rust/tvm/src/ir/relay/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ impl Call {
) -> Call {
let node = CallNode {
base: ExprNode::base::<CallNode>(span),
deleter: todo!("Don't know how to construct this"),
op: op,
args: args,
attrs: attrs,
Expand Down

0 comments on commit 7880364

Please sign in to comment.