logo

Keyword tag

source · []
Available on ghostǃ only.
Expand description

Use #[tag] to accept and discard extra attribute metadata.

May be useful for tool attributes.

use ::ghosts::vestibule::*;

let casper = ghost!(#[tag(my_tool::my_annotation)] {
   drop("this is fine");
});