| Commit message (Collapse) | Author | Files | Lines |
|
|
|
all error messages should now explicitly print that they occured while
deriving a StaticType — before, they would just print out the error by
itself, which could be confusing without context or knowing which
derive-macro caused the error.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Since 1.42.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
That way rustfmt will format the contents of the parser.
|
|
This makes the parser code look much less magical.
|
|
|
|
|
|
|
|
There was no point in separating them
|
|
|
|
It's a lot of hassle for not a lot of benefit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit 4c159640e5ee77ffa48b85a5bffa56350cf933ef.
|