emit_warning_with_suggestion

Function emit_warning_with_suggestion 

Source
fn emit_warning_with_suggestion(
    message: &str,
    contract: Option<&str>,
    json: bool,
    code: Option<&str>,
    suggestion: Option<&str>,
)