Skip to content
Snippets Groups Projects
Commit a89f414e authored by Russel Arbore's avatar Russel Arbore
Browse files

[hot fix] use ID trait from hercules_ir in hercules_rt_proc

parent aa6760a0
No related branches found
No related tags found
1 merge request!51[hot fix] use ID trait from hercules_ir in hercules_rt_proc
......@@ -17,7 +17,7 @@ use std::path::Path;
use proc_macro::*;
use self::hercules_cg::*;
use self::hercules_ir::{DynamicConstant, DynamicConstantID};
use self::hercules_ir::{DynamicConstant, DynamicConstantID, ID};
/*
* Convert schedule IR types to the Rust types generated in the interface.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment