Skip to content

Commit

Permalink
mini-std: Add -frust-mini-std flag
Browse files Browse the repository at this point in the history
gcc/rust/ChangeLog:

	* lang.opt: Add flag to lang options.
  • Loading branch information
CohenArthur committed Apr 23, 2024
1 parent 5b6c982 commit f2bcffb
Showing 1 changed file with 4 additions and 0 deletions.
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 miniature standard library implementation shipped within the Rust frontend

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

0 comments on commit f2bcffb

Please sign in to comment.