Shall ensure complete hygiene of macros

Guideline: Shall ensure complete hygiene of macros gui_8hs33nyp0ipX
status: draft
tags: reduce-human-error
category: mandatory
decidability: decidable
scope: system
release: todo

Description of the guideline goes here.

Rationale: rat_e9iS187skbHH
status: draft
parent needs: gui_8hs33nyp0ipX

Explanation of why this guideline is important.

Non-Compliant Example: non_compl_ex_lRt4LBen6Lkc
status: draft
parent needs: gui_8hs33nyp0ipX

Explanation of code example.

#[allow(dead_code)]
fn example_function() {
    // Non-compliant implementation
}
Compliant Example: compl_ex_GLP05s9c1g8N
status: draft
parent needs: gui_8hs33nyp0ipX

Explanation of code example.

#[allow(dead_code)]
fn example_function() {
    // Compliant implementation
}