![]() Namely: 1. Fully evaluate & type-check the label, irrespective of the trace level. So that labels using other variables do not generate "unused identifier" warnings when compiling with different trace mode (and so that the success of a build doesn't depend on the trace level). This was already done for trace arguments, but not for labels, somehow. 2. Move the requirement for compact trace label being String from errors down to warnings; following point (1), we shouldn't fail compilation for different trace levels. It seems more reasonable to simply raise a warning. Signed-off-by: KtorZ <matthias.benkort@gmail.com> |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
build.rs |