# GCC Rust Meeting 2025-07-15 * Mailing list: https://gcc.gnu.org/mailman/listinfo/gcc-rust * Zulip: https://gcc-rust.zulipchat.com/ * IRC: irc.oftc.net #gccrust * Video Link: https://meet.jit.si/gccrs-community-call-july ## Agenda - Project Reports - Monthly report - What are we working on - We can name resolve core! I think - Questions ## Project Reports - philbert: - APIT/RPIT seems to be working - Fixed Partial Ord issues so all the PartialEq, Eq, PartialOrd and Ord are working - Added lots of execution test cases - Added test cases to show very old bugs fixed - Proper const folding for Array capacities at type resolution level ### What are we working on - philbert: - Working on: - Working on libcore sip-hasher goal test case - One monomorphization bug - One issue requireing deferred inference which is needed for closures - Next: - Fn Traits we have basic support for them but Arthur added lots of good test cases issues for them - Drop Trait suport - Marc: - gerris - testing gerris for updating github wrt upstream ## Questions - if this gets merged: https://github.com/Rust-GCC/gccrs/pull/3886 i can finish the infer const generic - Can I get help with parser on this issue: https://github.com/Rust-GCC/gccrs/issues/2886