mirror of
https://gitlab.com/fabinfra/fabaccess/bffh.git
synced 2024-11-11 01:53:23 +01:00
10 lines
157 B
Rust
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() {} |