udoprog / genco

A whitespace-aware quasiquoter for beautiful code generation.
Apache License 2.0
181 stars 11 forks source link

Perform own detection for proc_macro_span (fixes #39) #43

Closed udoprog closed 11 months ago

udoprog commented 11 months ago

This implements a solution for #39 by performing the equivalent detection ourselves in a build.rs and implementing our own internal line column shim otherwise.