Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(turbopack): Ignore no-vc-struct lint in trybuild proc macro tes…
…ts (vercel#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.
- Loading branch information