next.js
5e0079e3 - chore(turbopack): Ignore no-vc-struct lint in trybuild proc macro tests (#74110)

Commit
1 year ago
chore(turbopack): Ignore no-vc-struct lint in trybuild proc macro tests (#74110) These tests exist to see that the compiler generates errors when doing similar things to what the lint is designed to catch. I'd rather exempt these in the lint than in the trybuild tests, as once we get rid of support for the `local` opt-out in the `turbo_tasks::value` macro, we shouldn't need the lint anymore (it won't be possible to compile code using an unresolved `Vc` in a `VcValueType`), but we still will need these trybuild tests.
Author
bgw bgw
Parents
Loading