You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rust: Output warning so that it is visible without -vv
Using `-vv` with cargo (cargo build -vv) does output the stderr/stdout
of build scripts. But printing "cargo::warning" will emit the message
without the flags.
Since rust 1.77, the syntax `cargo::` is preferred over the old
`cargo:`.
0 commit comments