thepowersgang / mrustc

Alternative rust compiler (re-implementation)
MIT License
2.18k stars 109 forks source link

Lifetime Annotations and Inference #314

Closed thepowersgang closed 1 year ago

thepowersgang commented 1 year ago

Although the branch is called borrowcheck - this is just the first half of a borrow checker.

Includes:

thepowersgang commented 1 year ago

Looks like an important patch was clobbered in the merge from master, waiting for full regression test with fixed patch.

thepowersgang commented 1 year ago

Full regression run passes!