We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 88577b8 + 4017dbe commit 02dfdf7Copy full SHA for 02dfdf7
test/Tactics/napply.v
@@ -13,7 +13,7 @@ Fail Definition test1 : test1_type := ltac:(tapply exist).
13
Succeed Definition test1 : test1_type := ltac:(napply exist; exact _).
14
15
(** Testing deprecated tactics *)
16
-Fail Definition test1 : test1_type := ltac:(nrapply exist).
17
-Fail Definition test1 : test1_type := ltac:(snrapply exist).
18
-
19
+Fail #[warnings="+deprecated-tactic-notation-since-2025-03-11"]
+Definition test1 : test1_type := ltac:(nrapply exist).
+Definition test1 : test1_type := ltac:(snrapply exist).
0 commit comments