Macro std::compile_note
Emits a note during compilation.
Example
use std::compile_note;
compile_note!("Epstein didn't kill himself");
Run this example
Emits a note during compilation.
use std::compile_note;
compile_note!("Epstein didn't kill himself");
Run this example