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: example/tests/ui/custom.stderr
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -19,16 +19,16 @@ error: missing flag `mandatory_flag`
19
19
= note: this error originates in the derive macro `Custom` (in Nightly builds, run with -Z macro-backtrace for more info)
20
20
21
21
error: conflict_a !!! conflict_b
22
-
--> tests/ui/custom.rs:23:18
22
+
--> tests/ui/custom.rs:23:5
23
23
|
24
24
23 | #[a(conflict_a = "hey")]
25
-
| ^^^^^
25
+
| ^^^^^^^^^^
26
26
27
27
error: conflict_b !!! conflict_a
28
-
--> tests/ui/custom.rs:24:18
28
+
--> tests/ui/custom.rs:24:5
29
29
|
30
30
24 | #[b(conflict_b = "hi")]
31
-
| ^^^^
31
+
| ^^^^^^^^^^
32
32
33
33
error: found `hello` but expected one of `optional_implicit`, `optional_explicit`, `optional_default`, `default`, `conflict_a`, `conflict_b`, `example`, `flag`, `mandatory_flag`
0 commit comments