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

[][src]Macro proc_macro_error::emit_warning

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

Emit a warning. Warnings are not errors and compilation won't fail because of them.

Does nothing on stable

Syntax

See the guide.