fabaccess-bffh/modules/sdk/sdk_proc/tests/01-parse-struct.rs

10 lines
157 B
Rust
Raw Normal View History

2021-12-17 16:43:31 +01:00
// Check if the proc macro for modules exists and is correctly imported from top level
use sdk_proc::module;
#[module]
pub struct Module {
}
fn main() {}