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
Copy file name to clipboardExpand all lines: src/runtime.md
+4-9Lines changed: 4 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,24 +13,19 @@ r[runtime.windows_subsystem]
13
13
## The `windows_subsystem` attribute
14
14
15
15
r[runtime.windows_subsystem.intro]
16
-
The *`windows_subsystem` attribute* may be applied at the crate level to set
17
-
the [subsystem] when linking on a Windows target.
16
+
The *`windows_subsystem` attribute* may be applied at the crate level to set the [subsystem] when linking on a Windows target.
18
17
19
18
r[runtime.windows_subsystem.syntax]
20
-
It uses the [MetaNameValueStr] syntax to specify the subsystem with a value of either
21
-
`console` or `windows`.
19
+
It uses the [MetaNameValueStr] syntax to specify the subsystem with a value of either `console` or `windows`.
22
20
23
21
r[runtime.windows_subsystem.ignored]
24
22
This attribute is ignored on non-Windows targets, and for non-`bin`[crate types].
25
23
26
24
r[runtime.windows_subsystem.console]
27
-
The "console" subsystem is the default. If a console process is run from an
28
-
existing console then it will be attached to that console, otherwise a new
29
-
console window will be created.
25
+
The "console" subsystem is the default. If a console process is run from an existing console then it will be attached to that console, otherwise a new console window will be created.
30
26
31
27
r[runtime.windows_subsystem.windows]
32
-
The "windows" subsystem is commonly used by GUI applications that do not want to
33
-
display a console window on startup. It will run detached from any existing console.
28
+
The "windows" subsystem is commonly used by GUI applications that do not want to display a console window on startup. It will run detached from any existing console.
0 commit comments