rust/compiler/rustc_macros
Aaron Hill 44fdb98764
Use field span in rustc_macros when emitting decode call
This will cause backtraces to point to the location of
the field in the struct/enum, rather than the derive macro.

This makes it clear which field was being decoded when the
backtrace was captured (which is especially useful if
there are multiple fields with the same type).
2021-12-16 18:35:15 -05:00
..
src Use field span in rustc_macros when emitting decode call 2021-12-16 18:35:15 -05:00
Cargo.toml Migrate to 2021 2021-09-20 22:21:42 -04:00