mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-27 17:24:06 +00:00
Rollup merge of #97275 - pro465:patch-1, r=Dylan-DPC
small change probably not worth writing a comment about...
This commit is contained in:
commit
c370e303ae
@ -2108,7 +2108,7 @@ pub fn id() -> u32 {
|
||||
|
||||
/// A trait for implementing arbitrary return types in the `main` function.
|
||||
///
|
||||
/// The C-main function only supports to return integers as return type.
|
||||
/// The C-main function only supports returning integers.
|
||||
/// So, every type implementing the `Termination` trait has to be converted
|
||||
/// to an integer.
|
||||
///
|
||||
|
Loading…
Reference in New Issue
Block a user