We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ae176d commit 3d5ae86Copy full SHA for 3d5ae86
build.helpers.psm1
@@ -750,9 +750,6 @@ function Set-RustEnvironment {
750
Write-Verbose "Caching current rust environment variables..."
751
[hashtable]$currentRustEnvironment = Get-RustEnvironment
752
753
- Write-Verbose "Setting RUSTFLAGS to '-Dwarnings'"
754
- $env:RUSTFLAGS='-Dwarnings'
755
-
756
if ($VerbosePreference -eq 'Continue') {
757
Write-Verbose "Running verbose, setting RUSTC_LOG "
758
# $env:RUSTC_LOG='rustc_codegen_ssa::back::link=info'
0 commit comments