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 3b9f82b commit 3cefbbaCopy full SHA for 3cefbba
src/fsharp/AttributeChecking.fs
@@ -265,9 +265,10 @@ let private CheckILAttributes (g: TcGlobals) isByrefLikeTyconRef cattrs m =
265
| _ ->
266
CompleteD
267
268
+let langVersionPrefix = "--langversion:preview"
269
+
270
/// Check F# attributes for 'ObsoleteAttribute', 'CompilerMessageAttribute' and 'ExperimentalAttribute',
271
/// returning errors and warnings as data
-let langVersionPrefix = "--langversion:preview"
272
let CheckFSharpAttributes (g:TcGlobals) attribs m =
273
let isExperimentalAttributeDisabled (s:string) =
274
if g.compilingFslib then
0 commit comments