Rust-GCC / gccrs

GCC Front-End for Rust
https://rust-gcc.github.io/
GNU General Public License v2.0
2.31k stars 145 forks source link

borrowck: Implement method translation to BIR #2888

Open jdupak opened 4 months ago

jdupak commented 4 months ago

See: https://github.com:Rust-GCC/gccrs/blob/borrowck-stage2-cleaned/gcc/rust/checks/errors/borrowck/rust-bir-builder-expr-stmt.cc#L263-L263

And implement: https://github.com:Rust-GCC/gccrs/blob/borrowck-stage2-cleaned/gcc/rust/checks/errors/borrowck/rust-bir-builder-expr-stmt.cc#L283-L283

Start from: https://github.com/jdupak/gccrs/tree/borrowck-wip

jdupak commented 4 months ago

@CohenArthur please assign this to @braw-lee

braw-lee commented 4 months ago

yes pls