Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mini-std: Add -frust-mini-std flag #2959

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions gcc/rust/lang.opt
Original file line number Diff line number Diff line change
Expand Up @@ -212,4 +212,8 @@ frust-borrowcheck
Rust Var(flag_borrowcheck)
Use the WIP borrow checker.

frust-mini-std
Rust Var(flag_mini_std)
Include the experimental miniature standard library implementation shipped within the Rust frontend

; This comment is to ensure we retain the blank line above.
Loading