Commit graph

6 commits

Author SHA1 Message Date
David Tolnay
ee2a47d3af
Adjust macro hygiene test formatting
Different versions of rustfmt mangle this all different ways.
2021-05-22 14:28:15 -07:00
Aaron Hill
0fa679b1b8
Consistently use quote! when emitting 'source'
When a macro generates part of the derive input, the call-site hygiene
may be different than the hygiene of a field. Therefore, we need to
be sure to use the same hygiene information for any identifiers we
generate, instead of relying on the hygiene from a particular span
via `quote_spanned!`
2021-02-18 12:40:04 -05:00
David Tolnay
21b5dabc25
Try to catch clippy::pedantic violations in generated code 2020-05-21 18:41:13 -07:00
David Tolnay
3348428b60
Assert that boxed source can be downcast 2019-11-18 23:20:53 -08:00
Ben Boeckel
4303f71cce aserror: support Send + !Sync errors too 2019-11-18 22:14:23 -05:00
David Tolnay
6b35d7f73c
Assume #[source] attribute for fields named source 2019-10-12 14:20:33 -07:00