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
emit_call_site_error in proc_macro_error - Rust
[go: Go Back, main page]

Macro proc_macro_error::emit_call_site_error

source ยท
macro_rules! emit_call_site_error {
    ($fmt:expr, $($args:expr),*) => { ... };
    ($msg:expr) => { ... };
}
Expand description

Shortcut for emit_error!(Span::call_site(), msg...). This macro is still preferable over plain panic, see Motivation