1
0
mirror of https://gitlab.com/fabinfra/fabaccess/bffh.git synced 2025-03-06 05:11:42 +01:00
2021-12-17 16:43:31 +01:00

10 lines
157 B
Rust

// 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() {}