]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #40870 - alexcrichton:stabilize-windows-subsystem, r=aturon
authorCorey Farwell <coreyf@rwell.org>
Wed, 5 Apr 2017 16:44:25 +0000 (12:44 -0400)
committerGitHub <noreply@github.com>
Wed, 5 Apr 2017 16:44:25 +0000 (12:44 -0400)
commit0239880ddef9fd09ec86e6a39df76babd5c54a3a
tree66d57db1f11e07a34acfc7f4c01f70a8e7549885
parentca37f1ad17bca80fa1072db70d46bf8794769cb4
parent34cf28826f380fde33fedf377c1540e12d3b13a0
Rollup merge of #40870 - alexcrichton:stabilize-windows-subsystem, r=aturon

rustc: Stabilize the `#![windows_subsystem]` attribute

This commit stabilizes the `#![windows_subsystem]` attribute which is a
conservative exposure of the `/SUBSYSTEM` linker flag on Widnows platforms. This
is useful for creating applications as well as console programs.

Closes #37499