//! Macro utilities used by macros in the [workflow-rs](https://github.com/workflow-rs/workflow-rs) project
/// Parsing helpers for procedural-macro attribute arguments.
use TokenStream;
use ToTokens;
use Error;
/// Produces a `compile_error!` token stream spanned over `tokens`,
/// reporting `message` at the location of the offending tokens.