rust/library/proc_macro
Nika Layzell c4acac6443 proc_macro: Move subspan to be a method on Span in the bridge
This method is still only used for Literal::subspan, however the
implementation only depends on the Span component, so it is simpler and
more efficient for now to pass down only the information that is needed.
In the future, if more information about the Literal is required in the
implementation (e.g. to validate that spans line up as expected with
source text), that extra information can be added back with extra
arguments.
2022-07-18 13:06:51 -04:00
..
src proc_macro: Move subspan to be a method on Span in the bridge 2022-07-18 13:06:51 -04:00
Cargo.toml proc_macro: Add a workaround for rustdoc 2022-04-19 22:49:27 +03:00