You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rollup merge of #149363 - scrabsha:rust/sasha/vkknqylzvzlu, r=jdonszelmann
Port the `#![windows_subsystem]` attribute to the new attribute system
Part of #131229.
I think it's worth running the Windows test suite before merging that (I don't have the rights for this).
codegen_ssa_invalid_monomorphization_unsupported_symbol_of_size = invalid monomorphization of `{$name}` intrinsic: unsupported {$symbol} from `{$in_ty}` with element `{$in_elem}` of size `{$size}` to `{$ret_ty}`
171
171
172
-
codegen_ssa_invalid_windows_subsystem = invalid windows subsystem `{$subsystem}`, only `windows` and `console` are allowed
173
-
174
172
codegen_ssa_ld64_unimplemented_modifier = `as-needed` modifier not implemented yet for ld64
175
173
176
174
codegen_ssa_lib_def_write_failure = failed to write lib.def file: {$error}
0 commit comments