All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

Rust--: A modified Rust compiler that disables the borrow checker for experimental use

By

ravenical

5mo ago· 6 min readenCode

Summary

A modified Rust compiler called "Rust--" (or rustmm) that disables the borrow checker, allowing Rust code that violates borrowing rules to compile and run. The project provides pre-built binaries for macOS and Linux, and includes examples showing code that would normally fail in standard Rust (e.g., using a moved value) now compiling successfully. The project is hosted on GitHub under the repository buyukakyuz/rustmm.

Key quotes

· 3 pulled
Rust--: Rust without the borrow checker
A modified Rust compiler with the borrow checker disabled.
This allows code that would normally violate Rust's borrowing rules to compile and run successfully.
Snippet from the RSS feed
Rust without the borrow checker. Contribute to buyukakyuz/rustmm development by creating an account on GitHub.

You might also wanna read