1
0
mirror of https://gitlab.com/fabinfra/fabaccess/bffh.git synced 2025-03-10 15:21:40 +01:00

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