]> git.ipfire.org Git - thirdparty/gcc.git/commit
cli: Update safety warning message
authorPierre-Emmanuel Patry <pierre-emmanuel.patry@embecosm.com>
Thu, 9 Feb 2023 10:32:50 +0000 (11:32 +0100)
committerPierre-Emmanuel Patry <pierre-emmanuel.patry@embecosm.com>
Thu, 9 Feb 2023 10:55:12 +0000 (11:55 +0100)
commit9762350b8cac09e8f6671c42edc5cc4398b33753
treead5720b0cd5e5a2f0ddbd014f1a7d9417df15605
parent7f66312db45e3e157123108934f6cf0c71a1c235
cli: Update safety warning message

The compiler's warning message about the safety flag did not match
cargo-gccrs environment variable name anymore.

gcc/rust/ChangeLog:

* rust-session-manager.cc (Session::compile_crate): Update the
environment variable name.

Signed-off-by: Pierre-Emmanuel Patry <pierre-emmanuel.patry@embecosm.com>
gcc/rust/rust-session-manager.cc