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 b862230 commit c847101Copy full SHA for c847101
engine/lib/import_thir.ml
@@ -1375,7 +1375,7 @@ let is_automatically_derived (attrs : Thir.attribute list) =
1375
~f:(function
1376
(* This will break once these attributes get properly parsed. It will
1377
then be very easy to parse them correctly *)
1378
- | Unparsed { path; _ } -> String.equal path "automatically_derived"
+ | Parsed (AutomaticallyDerived _) -> true
1379
| _ -> false)
1380
attrs
1381
0 commit comments