Skip to content

Remove obsolete F# compiler warning 3387 #46468

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion docs/fsharp/language-reference/compiler-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ The F# compiler supports several opt-in warnings:
| 3180 | Implicit heap allocations | n/a | Warn when a mutable local is implicitly allocated as a reference cell because it has been captured by a closure. |
| 3366 | Index notation | n/a | Warn when the F# 5 index notation `expr.[idx]` is used. |
| 3517 | InlineIfLambda failure | n/a | Warn when the F# optimizer fails to inline an `InlineIfLambda` value, for example if a computed function value has been provided instead of an explicit lambda. |
| 3387 | `op_Implicit` conversion | n/a | Warn when a .NET implicit conversion is used at a method argument. |
| 3388 | Additional implicit upcast | n/a | Warn when an additional upcast is implicitly used, added in F# 6. |
| 3389 | Implicit widening | n/a | Warn when an implicit numeric widening is used. |
| 3390 | Malformed XML doc comments | n/a | Warn when XML doc comments are malformed in various ways. |
Expand Down
Loading