We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f15b529 commit 3348d21Copy full SHA for 3348d21
src/crates-and-source-files.md
@@ -72,13 +72,11 @@ A crate that contains a `main` [function] can be compiled to an executable. If a
72
type must be one of the following:
73
74
* `()`
75
-* `bool`
76
-* `i32`
77
-<!-- `!` -->
+<!-- * `!` -->
78
* `Result<T, E> where T: on this list, E: Error`
79
80
-> Note: The implementation of which return types is allowed is the unstable
81
-> [`Termination`] trait.
+> Note: The implementation of which return types are allowed is determined by
+> the unstable [`Termination`] trait.
82
83
The optional [_UTF8 byte order mark_] (UTF8BOM production) indicates that the
84
file is encoded in UTF8. It can only occur at the beginning of the file and
0 commit comments