tame/tamer/src/diagnose
Mike Gerwitz 13641e1812 tamer: diagnose::report: `int_log` feature: {=>i}log10
https://github.com/rust-lang/rust/pull/100332

The above MR replaces `log10` and friends with `ilog10`; this is the first
time an unstable feature bit us in a substantially backwards-incompatible
way that's a pain to deal with.

Fortunately, I'm just not going to deal with it: this is used with the
diagnostic system, which isn't yet used by our projects (outside of me
testing), and so those builds shouldn't fail before people upgrade.

This is now pending stabalization with the new name, so hopefully we're good
now:

  https://github.com/rust-lang/rust/issues/70887#issuecomment-1210602692
2022-08-12 16:42:30 -04:00
..
report tamer: span::dummy: New module to hold DUMMY_SPAN and derivatives 2022-08-01 15:01:37 -04:00
resolve tamer: Consistent span diagram representation 2022-06-06 11:32:35 -04:00
panic.rs tamer: diagnose::panic: New module 2022-08-09 15:20:37 -04:00
report.rs tamer: diagnose::report: `int_log` feature: {=>i}log10 2022-08-12 16:42:30 -04:00
resolve.rs tamer: diagnose::panic: New module 2022-08-09 15:20:37 -04:00