Lars Eggert

Results 544 comments of Lars Eggert

I'm not quite sure - maybe due to how macro expansion and feature checks intersect?

@claude says ``` The issue is that #[cfg(test)] doesn't cross crate boundaries in macros. The solution: Use #[cfg(debug_assertions)] instead of #[cfg(any(test, feature = "bench"))]. This works because: 1. ✅ debug_assertions...

Let's not do this. If there are tests that don't generate debug output when we want them to, they just need to call `init` explicitly.

This was a useful exercise, but we were never going to go that route.

Needs MSRV >= 1.82.

This seems to be due to a build issue in https://github.com/mozilla/application-services and not neqo?

Closing this for now as OBE. Reopen if it reoccurs.