TeamDman

Results 135 comments of TeamDman

still happens after cargo clean

narrowed it down, it only ICEs when the members being formatted includes `bevy_reflect_derive` ``` cargo fmt -p bevy_reflect_derive ```

Minimal reproduction: bruh/repro2.rs: ```rust use proc_macro2::{Ident, Span}; use quote::quote; fn reproduce() { let __this = Ident::new("__this", Span::call_site()); let _ = quote!(Self(#__this)); } ``` ``` crates\bevy_reflect\derive on  rust-ice-2025-12-05 [$?⇡] is...

![Image](https://github.com/user-attachments/assets/0cca3da5-4785-4530-9949-1992e2859f0b) click-ops works cli fails ``` 0-CCoE AZR Client Workloads\AzureDevOps\Users on  main [$?] via 💠 default ❯ az devops user add --email-id "[email protected]" --license-type express You are trying to...

Bevy 0.17 is out, will try and get this updated soon https://bevy.org/news/bevy-0-17/