Language

Package: rust-proc-macro-error @ 1.0.4

Synopsis

Drop-in replacement to panics in proc-macros

Description

This crate serves as a tiny shim around proc_macro::Diagnostic and compile_error!. It detects the most preferable way to emit errors based on compiler's version. When the underlying diagnostic type is finally stabilized, this crate will be simply delegating to it, requiring no changes in your code.

Home page
https://gitlab.com/CreepySkeleton/proc-macro-error
Location
gnu/packages/crates-io.scm (line: 21635, column: 2)
Licenses

Lint warnings

LinterMessageLocation
No lint warnings