# GCC Rust Meeting 2025-01-13
* 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-january
## Agenda
- Project update
- https://rust-gcc.github.io/2025/01/07/2024-12-monthly-report.html
- Milestones
- Future work
- Continuing with the rebase work and repo update
- RustNL/RustWeek talk ideas
- Questions
## Project update
Philbert:
- type checking bugs
- libcore/cmp.rs
- derive partial equality for enums
- Rust libcore for enum discriminant value intrinsic is stupid
- the return value is a lang item which relates to the repr attribute of the enum by default usize or u64 iirc
## Questions
Philbert:
- Have been closing some old stale PR's. I think it looks alot better. Please feel free to beat me with a stick....
- We need a win this year, we are too close to not finish it now.