mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-06 16:41:29 -04:00
03749d6254
merge and cleanup the `generate-deriving-span-tests.py` tests These tests are all about making sure that `#[derive]` errors will point at the field of a struct or variant of an enum that does not implement the required trait. This PR merges the four test files per macro into one, cleans it up a bit and removes the extremely outdated generator script.