You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Lean/Elab/Tactic/Do/VCGen.lean
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -464,7 +464,7 @@ where
464
464
@[builtin_tactic Lean.Parser.Tactic.mvcgen]
465
465
defelabMVCGen : Tactic := fun stx => withMainContext do
466
466
if mvcgen.warning.get (← getOptions) then
467
-
logWarningAt stx "The `mvcgen` tactic is experimental and still under development. Avoid using it in production projects."
467
+
logWarningAt stx "The `mvcgen` tactic is new and its behavior may change in the future. This project has used `set_option mvcgen.warning true` to discourage its use."
0 commit comments