Gustav Sörnäs
Results
42
issues of
Gustav Sörnäs
the following code fails to compile ``` #[derive(derive_more::Debug)] struct Message { inner: Box, } fn main() {} ``` ``` error[E0275]: overflow evaluating the requirement `Message: Debug` --> src/main.rs:1:10 | 1...
Forcing a specific version of miniquad makes dependency resolution unnecesarily difficult. For example, by setting `=0.4.0` here, users of https://github.com/optozorax/egui-macroquad are limited to `[email protected]` since that is the last published...