The latest source_gen version (1.4.0) added a node argument to InvalidGenerationSourceError to allow finding the source location from an AstNode over an Element.
Currently, the @ShouldThrow annotation doesn't have such field, so we can't test if a node was passed to InvalidGenerationSourceError.
The latest source_gen version (1.4.0) added a
node
argument toInvalidGenerationSourceError
to allow finding the source location from anAstNode
over anElement
.Currently, the
@ShouldThrow
annotation doesn't have such field, so we can't test if anode
was passed toInvalidGenerationSourceError
.