Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
proc_macro_error::abort - Rust
[go: Go Back, main page]

[][src]Macro proc_macro_error::abort

macro_rules! abort {
    ($err:expr) => { ... };
    ($span:expr, $($tts:tt)*) => { ... };
}

Abort proc-macro execution right now and display the error.

Syntax

See the guide.