A failing test snippet: ```fsharp FSharp "module Module" |> withNoWarn 75 |> withOptions ["--extraoptimizationloops:1"] |> compile |> shouldSucceed ``` It seems the `nowarn` is not checked when reporting this warning here: https://github.com/dotnet/fsharp/blob/6a04e7b35dbe0b969911e9ba4a77940ee5c3425d/src/Compiler/Driver/CompilerOptions.fs#L365
A failing test snippet:
It seems the
nowarnis not checked when reporting this warning here:fsharp/src/Compiler/Driver/CompilerOptions.fs
Line 365 in 6a04e7b