Skip to main content

note

Macro note 

Source
macro_rules! note {
    () => { ... };
    ($($arg:tt)+) => { ... };
}
Expand description

Emit a styled Info: line on cargo’s build-script output channel.

Use from build.rs to add log lines that match the styling generate_project_metadata_and_linker_script emits for its metadata dump. On non-Linux targets the macro is a no-op.