diff options
Diffstat (limited to 'gcc/rust/rust-session-manager.cc')
-rw-r--r-- | gcc/rust/rust-session-manager.cc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gcc/rust/rust-session-manager.cc b/gcc/rust/rust-session-manager.cc index b1a735c..af57d57 100644 --- a/gcc/rust/rust-session-manager.cc +++ b/gcc/rust/rust-session-manager.cc @@ -234,7 +234,9 @@ Session::handle_option ( ret = handle_cfg_option (string_arg); break; } - + case OPT_frust_crate_type_: + options.set_crate_type (flag_rust_crate_type); + break; case OPT_frust_edition_: options.set_edition (flag_rust_edition); break; |